Skip to content

Commit

Permalink
build: add release dry run script
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Jul 8, 2021
1 parent b419dbd commit 201a84f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"lint:ci": "vue-cli-service lint --no-fix --max-warnings 0",
"prepublishOnly": "run-s build"
"prepublishOnly": "run-s build",
"release:dryRun": "npx node-env-run --exec 'npx semantic-release --dryRun'"
},
"dependencies": {
"@imgix/js-core": "^3.1.3"
Expand Down

0 comments on commit 201a84f

Please sign in to comment.