Skip to content

Commit d0544cc

Browse files
committed
chore(tools): Fix typo in script
1 parent df14435 commit d0544cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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": "npm run build:tc && npm run build:copy",
7+
"build:ci": "npm run build:ts && 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",

0 commit comments

Comments
 (0)