Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit 08554cf

Browse files
committed
Adds a build:watch npm script.
I was working on cache-loader as an npm linked dependency, I generally use this script so that I don't have to think about rebuilding between changes.
1 parent ebd53aa commit 08554cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"scripts": {
1212
"start": "npm run build -- -w",
1313
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
14+
"build:watch": "npm run build -- --watch",
1415
"clean": "del-cli dist",
1516
"lint": "eslint --cache src test",
1617
"lint-staged": "lint-staged",

0 commit comments

Comments
 (0)