Skip to content

Commit

Permalink
publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 24, 2021
1 parent 9416fbf commit 235ce22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser-sync-client/package.json
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"build": "webpack --mode=development && webpack --output-filename index.min.js",
"prepublishOnly": "npm run build-all"
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^8",
Expand Down
3 changes: 2 additions & 1 deletion packages/browser-sync-ui/package.json
Expand Up @@ -17,7 +17,8 @@
"scripts": {
"build": "npm run build:static && npm run build:webpack",
"build:static": "node tasks/crossbow.js",
"build:webpack": "webpack"
"build:webpack": "webpack",
"prepublishOnly": "npm run build"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 235ce22

Please sign in to comment.