Commit a6008baa authored by Reza Sahebgharan's avatar Reza Sahebgharan

update package.json

parent 443f6fde
Pipeline #1091 passed with stage
in 18 minutes and 28 seconds
......@@ -49,7 +49,6 @@ build_in_staging:
- echo "starting build in staging"
- npm install
- cd landingpage
- npm config delete puppeteer_skip_chromium_download
- npm install
- npm run build
- npm run rename
......
......@@ -6,7 +6,7 @@
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"rename": "rename \"../public/index.html\" landing.html",
"rename": "del \"../public/landing.html\" >nul 2>&1&&rename \"../public/index.html\" landing.html",
"serve": "http-server dist"
},
"dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment