Dockerfile init

This commit is contained in:
realaravinth
2021-05-04 10:30:22 +05:30
parent 6964faf8f4
commit e9c84b4ed4
4 changed files with 45 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"start": "tsc templates/index.ts && webpack --config webpack.dev.js",
"tsc": "tsc templates/index.ts",
"build": "webpack --config webpack.prod.js"
"build": "tsc templates/index.ts && webpack --config webpack.prod.js"
},
"private": true,
"devDependencies": {