Skip to content

Commit c2db878

Browse files
committed
Ensure 'build-all' works in all packages
1 parent d6198f9 commit c2db878

4 files changed

Lines changed: 27 additions & 52 deletions

File tree

package-lock.json

Lines changed: 1 addition & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"private": true,
33
"scripts": {
4-
"bootstrap": "lerna bootstrap --hoist"
4+
"bootstrap": "lerna bootstrap --hoist",
5+
"build-all": "lerna run build-all"
56
},
67
"name": "browser-sync",
78
"devDependencies": {

packages/browser-sync-ui/public/js/app.js

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
3030
"pre-release": "npm test && npm run pro-local && npm run pro",
3131
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
32-
"prepublishOnly": "cb build-all"
32+
"prepublishOnly": "cb build-all",
33+
"build-all": "cb build-all"
3334
},
3435
"dependencies": {
3536
"browser-sync-ui": "v1.0.1",

0 commit comments

Comments
 (0)