We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df14435 commit d0544ccCopy full SHA for d0544cc
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": "npm run build:tc && npm run build:copy",
+ "build:ci": "npm run build:ts && 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",
0 commit comments