We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3288f41 commit df14435Copy full SHA for df14435
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "Web Dev & Web Design discord bot",
5
"type": "module",
6
"scripts": {
7
- "build:ci": "tsup && node scripts/copy-assets.js",
+ "build:ci": "npm run build:tc && npm run build:copy",
8
"build:dev": "pnpm run build:ts && pnpm run build:copy",
9
"build:ts": "tsup",
10
"build:copy": "node scripts/copy-assets.js",
@@ -18,7 +18,7 @@
18
"check:fix": "biome check --write .",
19
"typecheck": "tsc --noEmit",
20
"test": "pnpm run build:dev && node --test dist/**/*.test.js",
21
- "test:ci": "npm run build:ci && node --test dist/**/*.test.js",
+ "test:ci": "node --test dist/**/*.test.js",
22
"prepare": "husky",
23
"pre-commit": "lint-staged"
24
},
0 commit comments