Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 29, 2024
1 parent c24bca0 commit 9458830
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"github-generate-release": "latest",
"lodash": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"parse-num": "latest",
"puppeteer": "latest",
"signal-exit": "latest",
Expand All @@ -62,14 +61,11 @@
"coverage": "c8 report --reporter=text-lcov > coverage/lcov.info",
"lint": "standard-markdown README.md && standard",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"release": "standard-version -a",
"release:github": "github-generate-release",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "c8 ava",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
"test": "c8 ava"
},
"license": "MIT",
"commitlint": {
Expand Down

0 comments on commit 9458830

Please sign in to comment.