Skip to content

Commit c0839b7

Browse files
committed
fix npm watch
1 parent 380ea2c commit c0839b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"type": "module",
1818
"scripts": {
1919
"build": "rollup -c",
20-
"watch": "run-p \"rollup -c -w --environment BUILD:c\"",
21-
"watch-DEV": "rollup -c -w --environment DEV",
20+
"watch": "rollup -c -w",
2221
"lint": "eslint \"**/*.js\" --cache",
2322
"test": "npm run lint && node --import=extensionless/register test/test.js",
2423
"pre-version": "test",

0 commit comments

Comments
 (0)