We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4864c1 commit c025ceaCopy full SHA for c025cea
package.json
@@ -7,8 +7,10 @@
7
"type": "module",
8
"scripts": {
9
"start": "vite --open",
10
- "lint": "eslint . && stylelint src/**/*.pcss",
11
- "test": "pnpm lint && pnpm build && size-limit",
+ "test:js": "eslint .",
+ "test:css": "stylelint src/**/*.pcss",
12
+ "test:build": "pnpm build && size-limit",
13
+ "test": "pnpm run /^test:/",
14
"clean": "rm -Rf dist/",
15
"build:home": "NODE_ENV=production ./scripts/build-home.js",
16
"build:api": "NODE_ENV=production ./scripts/build-api.js",
0 commit comments