We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf95d0 commit 95ced40Copy full SHA for 95ced40
backend/package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"dev": "tsx index.ts",
8
- "build": "tsup index.ts --out-dir dist --format esm && npm run copy:data",
+ "build:snippets": "npm run snippets:consolidate && npm run copy:data",
9
+ "build": "tsup index.ts --out-dir dist --format esm && npm run build:snippets",
10
"prestart": "npm run build",
11
"start": "node dist/index.js",
12
"lint": "eslint .",
0 commit comments