Skip to content

Commit

Permalink
change CI script (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKarolFolio authored Oct 24, 2024
1 parent be3b340 commit c600e96
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 @@ -20,7 +20,7 @@
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "npm run build --type=library",
"prepublish": "npm run build:lib",
"prepare": "npm run build:lib",
"lint:errors-only": "eslint src --ext ts,tsx --report-unused-disable-directives --quiet",
"lint:full": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand Down

0 comments on commit c600e96

Please sign in to comment.