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 5157797 commit 5585822Copy full SHA for 5585822
package.json
@@ -9,7 +9,7 @@
9
"lint": "npx @biomejs/biome check src test tasks",
10
"lint:apply": "npx @biomejs/biome check --write src test tasks",
11
"prebuild": "rimraf dist",
12
- "build": "tsc && node tasks/build.js",
+ "build": "npm run lint && tsc && node tasks/build.js",
13
"git-stage-and-push": "node tasks/git-stage-and-push.js",
14
"npm-publish": "node tasks/npm-publish.js",
15
"publish-major": "npm run test-silent && npm run version-major && node tasks/build.js && npm run git-stage-and-push && npm run npm-publish",
0 commit comments