We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8539ba2 commit bef8930Copy full SHA for bef8930
1 file changed
package.json
@@ -15,12 +15,14 @@
15
"dist"
16
],
17
"scripts": {
18
+ "pretest": "pnpm build",
19
"test": "vitest run",
20
"test:watch": "vitest",
21
"build": "rollup -c",
22
"build:force": "rollup -c || true",
23
"dev": "tsc --watch",
24
"lint": "eslint . --ext .ts",
25
+ "lint:fix": "eslint . --ext .ts --fix",
26
"clean": "find . -name '.DS_Store' -type f -delete"
27
},
28
"keywords": [
0 commit comments