Add Build
This commit is contained in:
parent
86a4890cdb
commit
a167e7276a
|
|
@ -3,7 +3,8 @@
|
|||
"version": "1.0.0",
|
||||
"main": "source/server/index.ts",
|
||||
"scripts": {
|
||||
"start": "node scripts/copy-pages.js && ts-node --project tsconfig.ts-node.json source/server/index.ts",
|
||||
"start": "npm run build && ts-node --project tsconfig.ts-node.json source/server/index.ts",
|
||||
"build": "node scripts/copy-pages.js",
|
||||
"dev": "ts-node --project tsconfig.ts-node.json source/server/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue