Skip to content

Commit 5585822

Browse files
add lint back
1 parent 5157797 commit 5585822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "npx @biomejs/biome check src test tasks",
1010
"lint:apply": "npx @biomejs/biome check --write src test tasks",
1111
"prebuild": "rimraf dist",
12-
"build": "tsc && node tasks/build.js",
12+
"build": "npm run lint && tsc && node tasks/build.js",
1313
"git-stage-and-push": "node tasks/git-stage-and-push.js",
1414
"npm-publish": "node tasks/npm-publish.js",
1515
"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

Comments
 (0)