We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9416fbf commit 235ce22Copy full SHA for 235ce22
2 files changed
packages/browser-sync-client/package.json
@@ -26,7 +26,7 @@
26
},
27
"scripts": {
28
"build": "webpack --mode=development && webpack --output-filename index.min.js",
29
- "prepublishOnly": "npm run build-all"
+ "prepublishOnly": "npm run build"
30
31
"devDependencies": {
32
"@types/node": "^8",
packages/browser-sync-ui/package.json
@@ -17,7 +17,8 @@
17
18
"build": "npm run build:static && npm run build:webpack",
19
"build:static": "node tasks/crossbow.js",
20
- "build:webpack": "webpack"
+ "build:webpack": "webpack",
21
22
23
"license": "Apache-2.0",
24
"dependencies": {
0 commit comments