Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 13, 2019
1 parent 201b47d commit dc31f1f
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 @@ -5,7 +5,7 @@
"main": "lib/typographist-core.cjs.js",
"module": "es/typographist-core.es.js",
"scripts": {
"build": "npm run test && npm run clean && rollup -c",
"build": "npm run clean && rollup -c",
"clean": "rimraf lib es",
"commit": "git-cz",
"coverage": "cat ./coverage/lcov.info | coveralls",
Expand Down

0 comments on commit dc31f1f

Please sign in to comment.