1
0
Fork 0

gitflow-hotfix-stash: 0.1.1

develop^2
naicoi 2023-04-21 02:08:58 +07:00
parent fd8618acc1
commit 62aef698db
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@
"author": "naicoi <naicoi@lttech.vn>",
"license": "MIT",
"scripts": {
"dev": "pm2-runtime pm2.development.json",
"dev": "pm2-runtime start pm2.development.json",
"start": "pm2-runtime start pm2.production.json",
"build": "webpack"
},
"devDependencies": {

View File

@ -23,7 +23,7 @@ const config = {
new CopyPlugin({
patterns: [
{
from: path.resolve(__dirname, "production.json"),
from: path.resolve(__dirname, "pm2.production.json"),
},
{
from: path.resolve(__dirname, "package.json"),