Skip to content

Commit df14435

Browse files
committed
chore(tools): simplify ci scripts
1 parent 3288f41 commit df14435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Web Dev & Web Design discord bot",
55
"type": "module",
66
"scripts": {
7-
"build:ci": "tsup && node scripts/copy-assets.js",
7+
"build:ci": "npm run build:tc && npm run build:copy",
88
"build:dev": "pnpm run build:ts && pnpm run build:copy",
99
"build:ts": "tsup",
1010
"build:copy": "node scripts/copy-assets.js",
@@ -18,7 +18,7 @@
1818
"check:fix": "biome check --write .",
1919
"typecheck": "tsc --noEmit",
2020
"test": "pnpm run build:dev && node --test dist/**/*.test.js",
21-
"test:ci": "npm run build:ci && node --test dist/**/*.test.js",
21+
"test:ci": "node --test dist/**/*.test.js",
2222
"prepare": "husky",
2323
"pre-commit": "lint-staged"
2424
},

0 commit comments

Comments
 (0)