Skip to content

Commit 8c188e7

Browse files
committed
chore: update build scripts in package.json for CI and development
1 parent 38ef756 commit 8c188e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Web Dev & Web Design discord bot",
55
"type": "module",
66
"scripts": {
7-
"build": "pnpm run build:ts && pnpm run build:copy",
7+
"build:ci": "tsup && node scripts/copy-assets.js",
8+
"build:dev": "pnpm run build:ts && pnpm run build:copy",
89
"build:ts": "tsup",
910
"build:copy": "node scripts/copy-assets.js",
1011
"start": "node dist/index.js",

0 commit comments

Comments
 (0)