Skip to content

Commit

Permalink
Check before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 27, 2023
1 parent e725245 commit fc163cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
},
"scripts": {
"build": "tsup",
"clean": "rimraf dist",
"format": "prettier --write src/ test/",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint --report-unused-disable-directives src/ test/",
"lint:prettier": "prettier --list-different src/ test/",
"lint:package": "publint --strict && attw --pack",
"test": "vitest run --coverage",
"release": "release-it"
"release": "npm run test && npm run lint && npm run build && npm run lint:package && release-it"
},
"files": [
"dist/",
Expand Down

0 comments on commit fc163cd

Please sign in to comment.