Skip to content

Commit

Permalink
Adds "build" script to build both bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 29, 2018
1 parent 6107ff4 commit 746ef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test:unit": "NODE_ENV=production mocha --require babel-core/register --exit",
"test:integration": "node_modules/.bin/cypress run --spec cypress/integration/index.js",
"test": "npm run test:unit && npm run test:integration",
"prepublishOnly": "npm run build:prod && npm run build:dev && npm test"
"prepublishOnly": "npm run build && npm test"
},
"peerDependencies": {
"react": "^15.0.0",
Expand Down

0 comments on commit 746ef65

Please sign in to comment.