Skip to content

Commit

Permalink
ci: add missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 committed Oct 11, 2023
1 parent 5659f96 commit e5cf21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
"scripts": {
"build": "unbuild",
"build:watch": "watch 'npm run build' src",
"lint": "npm run lint:eslint && npm run lint:style",
"lint": "npm run lint:ts && npm run lint:eslint && npm run lint:style",
"lint:eslint": "eslint .",
"lint:style": "prettier --check .",
"lint:ts": "tsc --noEmit -p tsconfig.json",
"prepack": "npm run build"
},
"peerDependencies": {
Expand Down

0 comments on commit e5cf21a

Please sign in to comment.