We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1ea7a commit b0ca1b7Copy full SHA for b0ca1b7
package.json
@@ -14,7 +14,6 @@
14
"format": "prettier --write .",
15
"format:check": "prettier --check .",
16
"check": "npm run typecheck && npm run lint && npm run format:check",
17
- "release": "powershell -ExecutionPolicy Bypass -File scripts/release.ps1",
18
"prepare": "husky"
19
},
20
"lint-staged": {
scripts/release.ps1
0 commit comments