Skip to content

Commit cc61737

Browse files
authored
Update package.json
1 parent a5991ba commit cc61737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)