Skip to content

Commit b52476a

Browse files
committed
fix: ignore test
1 parent 53d076d commit b52476a

File tree

3 files changed

+1919
-1848
lines changed

3 files changed

+1919
-1848
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@
2424
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
2525
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
2626
"lint": "eslint .",
27-
"test": "vitest run",
27+
"test": "npm run dev:prepare && vitest run",
2828
"test:watch": "vitest watch",
2929
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
3030
},
3131
"dependencies": {
3232
"@nuxt/kit": "^3.12.4",
33-
"@types/csso": "^5.0.4",
34-
"cssnano": "^7.0.6",
3533
"csso": "^5.0.5",
3634
"ohash": "^1.1.3",
3735
"purgecss": "^6.0.0",

0 commit comments

Comments
 (0)