Skip to content

Commit 1da55f6

Browse files
committed
Running some things in parallel.
1 parent b826bf5 commit 1da55f6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"clean": "rimraf dist",
99
"lint": "jscs src/*.js --preset=google",
10-
"prebuild": "npm run clean; npm run lint",
11-
"build": "mkdir dist; npm run build:js; npm run build:min",
10+
"prebuild": "npm run clean & npm run lint",
11+
"build": "mkdir dist; npm run build:js & npm run build:min",
1212
"build:js": "uglifyjs src/*.js -b 'indent-level=2, quote_style=1' -o dist/mangular.js",
1313
"build:min": "uglifyjs src/*.js -o dist/mangular.min.js",
1414
"watch": "watch 'npm run build' src/"
@@ -29,7 +29,6 @@
2929
},
3030
"homepage": "https://github.com/mackelito/mangular#readme",
3131
"devDependencies": {
32-
"browserify": "^13.0.0",
3332
"jscs": "^3.0.3",
3433
"rimraf": "^2.5.2",
3534
"uglify-js": "^2.6.2",

0 commit comments

Comments
 (0)