Skip to content

Commit

Permalink
chore: add build command before interactive publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro5id committed Apr 1, 2021
1 parent 8e43124 commit 300cec4
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 @@ -40,7 +40,7 @@
"install:prod": "npm ci",
"prune:prod": "npm prune --production",
"refresh-package-locks": "npm run clean && find . -iname package-lock.json -delete && npm install",
"interactive-publish": "np"
"interactive-publish": "npm run build && np"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 300cec4

Please sign in to comment.