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 d26bf4b commit 8c1f585Copy full SHA for 8c1f585
package.json
@@ -12,7 +12,7 @@
12
"build:es": "rollup --config build/rollup.config.es.js",
13
"build:umd": "rollup --config build/rollup.config.umd.js",
14
"prepublishOnly": "npm run test && npm run build",
15
- "dev": "nodemon --exec 'npm run build' --watch src",
+ "dev": "nodemon --exec 'npm run build:es' --watch src",
16
"test": "npm run test:eslint && npm run test:types",
17
"test:eslint": "eslint --ext .js src",
18
"test:types": "tsc -p types/test"
0 commit comments