Skip to content

Commit 780b685

Browse files
committed
Fix 'npm run watch' command
1 parent 7c80618 commit 780b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"main": "dist/main.js",
1414
"scripts": {
15-
"watch": "jsx lib/ dist/ --harmony --strip-types -w",
15+
"watch": "jsx src/ dist/ --harmony --strip-types -w",
1616
"build": "rm -rf dist/ && jsx src/ dist/ --harmony --strip-types --no-cache-dir",
1717
"prepublish": "npm run build",
1818
"test": "jest"

0 commit comments

Comments
 (0)