mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
Dockerfile init
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user