Skip to content

Commit 517bfc4

Browse files
update package.json scripts
1 parent 29cd3b9 commit 517bfc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"module": "lib/esm/index.js",
99
"scripts": {
1010
"build": "npm-run-all clean:* --parallel build:lib:* & npm-run-all --parallel build:umd:*",
11-
"build:watch": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch",
11+
"build:dev:watch": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch",
1212
"build:umd:dev": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development",
1313
"build:umd:prod": "rollup -c",
1414
"build:umd:prod-pf": "cross-env INCLUDE_POLYFILLS=true rollup -c",
@@ -77,4 +77,4 @@
7777
"lib": "lib"
7878
},
7979
"dependencies": {}
80-
}
80+
}

0 commit comments

Comments
 (0)