Skip to content

Commit

Permalink
fix: build new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jan 13, 2019
1 parent 72b523c commit cf1720d
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 @@ -8,7 +8,7 @@
"build": "rollup -c build/rollup.config.js",
"coverage": "codecov",
"lint": "eslint --ext .js bin/** lib test",
"release": "yarn lint && yarn test && standard-version",
"release": "yarn lint && yarn test && yarn build && standard-version",
"test": "yarn test:fixtures && yarn test:unit -i && yarn test:cli",
"test:fixtures": "jest test/fixtures",
"test:unit": "jest test/unit --coverage",
Expand Down

0 comments on commit cf1720d

Please sign in to comment.