Skip to content

Commit 235ce22

Browse files
committed
publish scripts
1 parent 9416fbf commit 235ce22

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/browser-sync-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"build": "webpack --mode=development && webpack --output-filename index.min.js",
29-
"prepublishOnly": "npm run build-all"
29+
"prepublishOnly": "npm run build"
3030
},
3131
"devDependencies": {
3232
"@types/node": "^8",

packages/browser-sync-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"scripts": {
1818
"build": "npm run build:static && npm run build:webpack",
1919
"build:static": "node tasks/crossbow.js",
20-
"build:webpack": "webpack"
20+
"build:webpack": "webpack",
21+
"prepublishOnly": "npm run build"
2122
},
2223
"license": "Apache-2.0",
2324
"dependencies": {

0 commit comments

Comments
 (0)