Skip to content

Commit afa3f4b

Browse files
committed
retry
1 parent 4fc4ffd commit afa3f4b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"check:ts": "tsc --noEmit",
5151
"fix:css": "stylelint --config .stylelintrc.json --fix scss \"src/scss/*.scss\"",
5252
"lint:css": "stylelint --config .stylelintrc.json scss \"src/scss/*.scss\"",
53-
"build": "pnpm build-vite && pnpm dts && pnpm docs",
53+
"build": "pnpm build-vite && pnpm docs && pnpm dts",
5454
"build-vite": "vite build",
5555
"dev": "vite --open ./docs/dev.html --port 8577",
5656
"dts": "dts-bundle-generator --config ./dts.config.ts",
@@ -100,7 +100,6 @@
100100
"eslint-plugin-jsdoc": "^46.10.1",
101101
"eslint-plugin-prefer-arrow": "^1.2.3",
102102
"eslint-plugin-prettier": "^5.2.1",
103-
"happy-dom": "^15.7.4",
104103
"ncp": "^2.0.0",
105104
"nyc": "^15.1.0",
106105
"playwright": "^1.47.1",

pnpm-lock.yaml

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)