We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cb289 commit d7449c9Copy full SHA for d7449c9
2 files changed
package.json
@@ -18,6 +18,7 @@
18
"build:json": "node tools/build.mjs",
19
"build": "npm-run-all --parallel build:*",
20
"lint": "eslint ./data/**/*.json ./src/*.ts --ignore-path .gitignore",
21
+ "prepack": "npm run build",
22
"prepare": "husky install",
23
"test": "npm run lint"
24
},
0 commit comments