Skip to content

Commit

Permalink
Ensure 'build-all' works in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Sep 17, 2018
1 parent d6198f9 commit c2db878
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 52 deletions.
49 changes: 1 addition & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,8 @@
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --hoist"
"bootstrap": "lerna bootstrap --hoist",
"build-all": "lerna run build-all"
},
"name": "browser-sync",
"devDependencies": {
Expand Down
24 changes: 22 additions & 2 deletions packages/browser-sync-ui/public/js/app.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/browser-sync/package.json
Expand Up @@ -29,7 +29,8 @@
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
"pre-release": "npm test && npm run pro-local && npm run pro",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"prepublishOnly": "cb build-all"
"prepublishOnly": "cb build-all",
"build-all": "cb build-all"
},
"dependencies": {
"browser-sync-ui": "v1.0.1",
Expand Down

0 comments on commit c2db878

Please sign in to comment.