Skip to content

Commit

Permalink
Replace existing release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 27, 2023
1 parent 9acbd05 commit fffb5cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
77 changes: 0 additions & 77 deletions bin/publish.sh

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@
}
},
"scripts": {
"actually-prepublish": "echo \"\\n\\nPlease run \\`bin/publish.sh <options>\\` instead.\\n\\n\" && exit 2",
"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",
"prepublish": "in-publish && npm run actually-prepublish || not-in-publish",
"test": "vitest run --coverage",
"release": "release-it"
},
Expand Down

0 comments on commit fffb5cf

Please sign in to comment.