Add Build
This commit is contained in:
parent
86a4890cdb
commit
a167e7276a
|
|
@ -3,7 +3,8 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "source/server/index.ts",
|
"main": "source/server/index.ts",
|
||||||
"scripts": {
|
"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"
|
"dev": "ts-node --project tsconfig.ts-node.json source/server/index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue