tweak installation scripts, add webpack to backend
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/",
|
||||
"dev": "npx ts-node-dev src/app.ts",
|
||||
"build": "npx tsc"
|
||||
"build": "webpack && cp package.json ./dist/package.json"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user