We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c80618 commit 780b685Copy full SHA for 780b685
package.json
@@ -12,7 +12,7 @@
12
},
13
"main": "dist/main.js",
14
"scripts": {
15
- "watch": "jsx lib/ dist/ --harmony --strip-types -w",
+ "watch": "jsx src/ dist/ --harmony --strip-types -w",
16
"build": "rm -rf dist/ && jsx src/ dist/ --harmony --strip-types --no-cache-dir",
17
"prepublish": "npm run build",
18
"test": "jest"
0 commit comments