Skip to content

Commit

Permalink
build: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed May 21, 2023
1 parent 7f5c06f commit 1770b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bin": "./lib/bin/index.js",
"scripts": {
"build": "vite build",
"build:ci": "npm run build -- --noEmit",
"build:ci": "tsc -- --noEmit",
"eslint": "eslint --ext .ts,.tsx,.js,.jsx,.json,.jsonc,.yml,.md ./",
"eslint:ci": "npm run eslint -- --max-warnings 0",
"eslint:fix": "npm run eslint -- --fix",
Expand Down

0 comments on commit 1770b85

Please sign in to comment.