"README.md" did not exist on "1fff7bbdd22fe472b9cd2d5df500b09300e10e6e"
Commit c0d10f61 authored by Rosanny Sihombing's avatar Rosanny Sihombing Committed by Rosanny Sihombing
Browse files

update yml script

(cherry picked from commit 81feae6d)
parent e0d1072f
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,8 +4,8 @@ pages-testing:
- npm install
- npm run clean
- npm run build
- rm -R built/views
- cp -R views built
- rm -R ./built/views
- cp -R ./views ./built
- cat $configfiledev > ./built/config/config.js
- "pm2 delete --silent project || :"
- pm2 start ./built/app.js --name=project
......
Supports Markdown
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