Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jul 21, 2024
1 parent 670804d commit 43b0030
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,16 @@
"cypress": "npx cypress open",
"badges": "npx -p dependency-version-badge update-badge typescript eslint cypress vite prettier",
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
"build": "pnpm check:ts && pnpm lint:ts && pnpm build-vite && pnpm build-components && pnpm dts && pnpm badges && pnpm copy-docs",
"build": "pnpm check:ts && pnpm lint:ts && pnpm build-vite && pnpm build-components && pnpm dts && pnpm copy-docs",
"build-vite-with-dts": "vite build && pnpm copy-docs",
"build-vite": "vite build && pnpm copy-docs",
"build-components": "vite build --config vite.config.components.ts",
"dts": "dts-bundle-generator --config ./dts.config.cjs --project ./tsconfig.json",
"copy-docs": "ncp dist/bootstrap-native.js docs/assets/js/bootstrap-native.js && ncp dist/bootstrap-native.js.map docs/assets/js/bootstrap-native.js.map",
"check:ts": "tsc --noEmit",
"lint:ts": "eslint -c .eslintrc.cjs --ext .ts src",
"fix:ts": "eslint -c .eslintrc.cjs --ext .ts src --fix"
"fix:ts": "eslint -c .eslintrc.cjs --ext .ts src --fix",
"prepublishOnly": "pnpm up && pnpm format && pnpm build && pnpm badges"
},
"bugs": {
"url": "https://github.com/thednp/bootstrap.native/issues"
Expand Down

0 comments on commit 43b0030

Please sign in to comment.