Skip to content

Commit

Permalink
prerelease is not a lifecycle script (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek authored Jul 26, 2024
1 parent 7f01c2a commit f554922
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 @@ -61,13 +61,12 @@
"test": "jest node_package/tests",
"clean": "rm -rf node_package/lib",
"start": "nps",
"prepare": "yarn run build",
"prepublishOnly": "yarn run build",
"build": "yarn run clean && yarn run tsc --declaration",
"build-watch": "yarn run clean && yarn run tsc --watch",
"lint": "nps eslint",
"check": "yarn run lint && yarn run test && yarn run type-check",
"type-check": "yarn run tsc --noEmit --noErrorTruncation",
"prerelease": "yarn run check && yarn run clean && yarn run build",
"release:patch": "node_package/scripts/release patch",
"release:minor": "node_package/scripts/release minor",
"release:major": "node_package/scripts/release major"
Expand Down

0 comments on commit f554922

Please sign in to comment.