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

Commit

Permalink
updated release script to run build first
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim9872 committed Mar 30, 2020
1 parent b651e6c commit ef70663
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 @@ -15,7 +15,7 @@
"staged-test": "npm run test -- --bail --findRelatedTests",
"versioning": "standard-version",
"post-versioning": "git push --follow-tags origin master",
"release": "np",
"release": "npm run build:clean && np",
"clean:dist": "shx rm -rf dist/",
"clean": "npm run clean:dist && shx rm -rf node_modules/ coverage/",
"pretty-base": "prettier '**/*.{ts, js, json}'",
Expand Down

0 comments on commit ef70663

Please sign in to comment.