Skip to content

Commit 95ced40

Browse files
committed
Congigure snippets:consolidate to run on production
1 parent adf95d0 commit 95ced40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "tsx index.ts",
8-
"build": "tsup index.ts --out-dir dist --format esm && npm run copy:data",
8+
"build:snippets": "npm run snippets:consolidate && npm run copy:data",
9+
"build": "tsup index.ts --out-dir dist --format esm && npm run build:snippets",
910
"prestart": "npm run build",
1011
"start": "node dist/index.js",
1112
"lint": "eslint .",

0 commit comments

Comments
 (0)