There was an error while loading. Please reload this page.
1 parent d870fbc commit 591adbdCopy full SHA for 591adbd
1 file changed
package.json
@@ -19,7 +19,8 @@
19
"lint": "eslint . && prettier --check {docs,src,test}/**/*.{css,js,ts,md,html}",
20
"lint:fix": "eslint . --fix && prettier --write {docs,src,test}/**/*.{css,js,ts,md,html}",
21
"prepare": "husky",
22
- "prepublishOnly": "node build.js build",
+ "prepublishOnly": "pnpm run build",
23
+ "prepack": "pnpm run build",
24
"test": "vitest --run",
25
"test:coverage": "vitest run --coverage",
26
"test:watch": "vitest"
0 commit comments