We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23bbec commit 882968bCopy full SHA for 882968b
CONTRIBUTING.md
@@ -4,7 +4,6 @@
4
5
```sh
6
npm i
7
-npm run build
8
npm run dev
9
```
10
package.json
@@ -29,7 +29,7 @@
29
"test:watch": "vitest --typecheck --clearScreen false",
30
"test:debug": "vitest --inspect-brk --no-file-parallelism",
31
"test:coverage": "vitest run --coverage --coverage.reporter=text",
32
- "prepublishOnly": "npm run clean && npm run build",
+ "prepare": "npm run build",
33
"preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
34
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
35
"release": "npm version patch && npm publish && git push --tags && git push",
0 commit comments