Skip to content

Commit

Permalink
Fix npm target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiubute committed Jan 7, 2017
1 parent da73994 commit 03ab55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint --ext '.jsx,.js' ./",
"build-babel": "babel -D --ignore '__tests__,__mocks__' packages/$PACKAGE/src -d packages/$PACKAGE/lib",
"build-webpack": "webpack --config packages/$PACKAGE/webpack.config.js",
"build": "node ./scripts/build-package.js",
"build": "node ./scripts/build.js",
"prepublish": "npm run bootstrap && npm run build",
"publish-lerna": "npm run test && npm run build && lerna publish",
"test-karma": "karma start test/karma.conf.js --single-run",
Expand Down

0 comments on commit 03ab55e

Please sign in to comment.