Skip to content

Commit ae09d4a

Browse files
committed
Expose bower build command through npm
1 parent 5258b4a commit ae09d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "./lib/index.js",
66
"scripts": {
77
"build": "rm -rf lib && `npm bin`/babel src --out-dir lib",
8+
"dist": "npm run build && ./node_modules/.bin/webpack --optimize-minimize lib/index.js dist/ng-redux.js",
89
"test": "mocha --compilers js:babel/register --recursive"
910
},
1011
"repository": {

0 commit comments

Comments
 (0)