Skip to content

Commit

Permalink
chore: fix prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 12, 2020
1 parent ced471d commit 6439fb7
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 @@ -30,7 +30,7 @@
"lint:md": "remark . --frail",
"lint:md:fix": "remark . --output",
"lint:types": "tsc --noEmit",
"prerelease": "git switch main && git pull && npm ci && npm test && npm run package && git diff --exit-code dist",
"prerelease": "npm ci && npm test && npm run package && git diff --exit-code dist",
"release": "standard-version",
"release:dry-run": "standard-version --dry-run",
"bump:npm": "node scripts/bump-npm.js"
Expand Down

0 comments on commit 6439fb7

Please sign in to comment.