Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Sep 19, 2024
1 parent afa3f4b commit 0a9d027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test-ui": "pnpm pre-test && vitest --config vitest.config-ui.ts --browser=chrome",
"badges": "npx -p dependency-version-badge update-badge typescript eslint prettier vitest vite",
"clean-coverage": "rm -rf coverage && rm -rf .nyc_output",
"prepublishOnly": "pnpm up && pnpm format && pnpm lint && pnpm build && pnpm badges && pnpm compile",
"prepublishOnly": "pnpm up && pnpm format && pnpm lint && pnpm build && pnpm badges && pnpm compile && pnpm dts",
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "pnpm lint:ts && pnpm check:ts && pnpm lint:css",
Expand All @@ -50,7 +50,7 @@
"check:ts": "tsc --noEmit",
"fix:css": "stylelint --config .stylelintrc.json --fix scss \"src/scss/*.scss\"",
"lint:css": "stylelint --config .stylelintrc.json scss \"src/scss/*.scss\"",
"build": "pnpm build-vite && pnpm docs && pnpm dts",
"build": "pnpm build-vite && pnpm docs",
"build-vite": "vite build",
"dev": "vite --open ./docs/dev.html --port 8577",
"dts": "dts-bundle-generator --config ./dts.config.ts",
Expand Down

0 comments on commit 0a9d027

Please sign in to comment.