File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1414 "deploy:frontend" : " npm run build:frontend && npx release-it -n --no-npm.publish && npm run docker:frontend:prod:publish" ,
1515 "deploy" : " npm run build:frontend && npm run build:backend && npx release-it -n --no-npm.publish && npm run docker:frontend:prod:publish" ,
1616 "build:frontend" : " cross-env NODE_ENV=production WS_PROTOCOL=ws:// WS_URL=localhost:8090 API_PROTOCOL=http:// node scripts/build.js" ,
17- "build:frontend:ci" : " cross-env NODE_ENV=production WS_PROTOCOL=ws :// WS_URL=react-ssr-nest-api.herokuapp.com API_PROTOCOL=https:// node scripts/build.js" ,
17+ "build:frontend:ci" : " cross-env NODE_ENV=production WS_PROTOCOL=wss :// WS_URL=react-ssr-nest-api.herokuapp.com API_PROTOCOL=https:// node scripts/build.js" ,
1818 "build:backend:ci" : " webpack --env.FRONT_END_HOST=https://confident-mestorf-ab8ce9.netlify.app --env.GITHUB_CALLBACK_URL=https://confident-mestorf-ab8ce9.netlify.app/api/auth/callback --env.NODE_ENV=production --env.watchFiles=false --config scripts/api-webpack.config.js" ,
1919 "build:backend" : " webpack --env.FRONT_END_HOST=http://localhost:8080 --env.GITHUB_CALLBACK_URL=http://localhost:8080/api/auth/callback --env.NODE_ENV=production --env.watchFiles=false --config scripts/api-webpack.config.js" ,
2020 "start:frontend" : " cross-env NODE_ENV=development node scripts/start.js" ,
You can’t perform that action at this time.
0 commit comments