Skip to content

Commit

Permalink
feat(npm): new build:watch script for more joy while developing
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Rötsch authored and Khaledgarbaya committed Apr 16, 2018
1 parent 6002241 commit 826f830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
},
"scripts": {
"build": "npm run clean && babel lib --out-dir dist",
"build:watch": "babel lib --out-dir dist --watch",
"clean": "rimraf dist",
"lint": "eslint lib bin/contentful-import test",
"pretest": "npm run lint && npm run build",
Expand Down

0 comments on commit 826f830

Please sign in to comment.