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 cca9e9c commit 68a7e1cCopy full SHA for 68a7e1c
backend/package.json
@@ -4,12 +4,11 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "dev": "npm-run-all snippets:consolidate start:server",
8
- "build": "npm-run-all --sequential snippets:consolidate build:server",
+ "dev": "npm-run-all snippets:consolidate dev:server",
+ "dev:server": "tsx index.ts",
9
+ "build": "npm-run-all --parallel snippets:consolidate build:server",
10
"build:server": "tsup index.ts --out-dir dist --format esm",
- "prestart": "npm run build",
11
"start": "node dist/index.js",
12
- "start:server": "tsx index.ts",
13
"lint": "eslint .",
14
"format": "prettier --write .",
15
"format:check": "prettier --check .",
0 commit comments