File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
"test-ui" : " pnpm pre-test && vitest --config vitest.config-ui.ts --browser=chrome" ,
42
42
"badges" : " npx -p dependency-version-badge update-badge typescript eslint prettier vitest vite" ,
43
43
"clean-coverage" : " rm -rf coverage && rm -rf .nyc_output" ,
44
- "prepublishOnly" : " pnpm up && pnpm format && pnpm lint && pnpm build && pnpm badges && pnpm compile" ,
44
+ "prepublishOnly" : " pnpm up && pnpm format && pnpm lint && pnpm build && pnpm badges && pnpm compile && pnpm dts " ,
45
45
"coverage:report" : " nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary" ,
46
46
"format" : " prettier --write \" src/**/*.ts\" " ,
47
47
"lint" : " pnpm lint:ts && pnpm check:ts && pnpm lint:css" ,
50
50
"check:ts" : " tsc --noEmit" ,
51
51
"fix:css" : " stylelint --config .stylelintrc.json --fix scss \" src/scss/*.scss\" " ,
52
52
"lint:css" : " stylelint --config .stylelintrc.json scss \" src/scss/*.scss\" " ,
53
- "build" : " vite build && pnpm dts && pnpm docs" ,
53
+ "build" : " vite build && pnpm docs" ,
54
54
"dev" : " vite --open ./docs/dev.html --port 8577" ,
55
55
"dts" : " dts-bundle-generator --config ./dts.config.ts" ,
56
56
"docs" : " ncp dist/js/color-picker.js ./docs/js/color-picker.js && ncp dist/js/color-picker.js.map docs/js/color-picker.js.map" ,
Original file line number Diff line number Diff line change 11
11
"baseUrl" : " ./" ,
12
12
"module" : " ESNext" ,
13
13
"target" : " ESNext" ,
14
- "moduleResolution" : " Node " ,
14
+ "moduleResolution" : " Bundler " ,
15
15
"allowJs" : true ,
16
16
"forceConsistentCasingInFileNames" : true ,
17
17
"useDefineForClassFields" : true ,
You can’t perform that action at this time.
0 commit comments