Skip to content

Commit

Permalink
build: add codes script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 25, 2020
1 parent f310269 commit a535556
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 @@ -61,12 +61,13 @@
],
"scripts": {
"clean": "rm -rf node_modules",
"codes": "(npm run postinstall && finepack && git add codes.json && git commit -m 'build: update codes' --no-verify) || true",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown README.md && standard",
"postinstall": "node scripts/postinstall.js",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"prerelease": "npm run update:check && npm run contributors && npm run postinstall",
"prerelease": "npm run update:check && npm run contributors && npm run codes",
"pretest": "npm run lint",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
Expand Down

0 comments on commit a535556

Please sign in to comment.