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 380ea2c commit c0839b7Copy full SHA for c0839b7
package.json
@@ -17,8 +17,7 @@
17
"type": "module",
18
"scripts": {
19
"build": "rollup -c",
20
- "watch": "run-p \"rollup -c -w --environment BUILD:c\"",
21
- "watch-DEV": "rollup -c -w --environment DEV",
+ "watch": "rollup -c -w",
22
"lint": "eslint \"**/*.js\" --cache",
23
"test": "npm run lint && node --import=extensionless/register test/test.js",
24
"pre-version": "test",
0 commit comments