-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Lokesh Jain <[email protected]> Co-authored-by: Pritish Budhiraja <[email protected]> Co-authored-by: Jeeva Ramachandran <[email protected]>
- Loading branch information
1 parent
4f69afe
commit 5bfae97
Showing
7 changed files
with
14 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,18 @@ | |
"author": "Shiva Nandan <[email protected]>", | ||
"license": "MIT", | ||
"scripts": { | ||
"setup-env": "chmod +x ./replace_env.sh && ./replace_env.sh", | ||
"pre-commit": "bash .githooks/commit-msg", | ||
"start": "chmod +x ./replace_env.sh && ./replace_env.sh && cp env-config.js ./public/hyperswitch && APP_VERSION=$npm_package_version && appName=hyperswitch webpack serve --config webpack.dev.js", | ||
"start:server_compiler": "webpack --config webpack.server.js --watch", | ||
"start": "npm run setup-env && cp env-config.js ./public/hyperswitch && APP_VERSION=$npm_package_version && appName=hyperswitch webpack serve --config webpack.dev.js", | ||
"serve": "npm run setup-env && cp env-config.js ./dist/hyperswitch && node dist/server/server.js", | ||
"prod:start": "webpack serve --config webpack.dev.js", | ||
"build:prod": "chmod +x ./replace_env.sh && ./replace_env.sh && cp env-config.js ./public/hyperswitch && APP_VERSION=$npm_package_version && webpack --config webpack.prod.js", | ||
"ssr_sript_build": "BRANCH_NAME=ssr webpack --config webpack.prod.js", | ||
"ssr_run_server": "node --watch dist/server/server.js", | ||
"build:netlify": "webpack --config webpack.prod.js --env netlifyHosted", | ||
"build:test": "cd tests && npx rescript build -with-deps", | ||
"build:prod": "npm run setup-env && cp env-config.js ./public/hyperswitch && APP_VERSION=$npm_package_version && webpack --config webpack.prod.js", | ||
"re:build": "rescript", | ||
"re:clean": "rescript clean", | ||
"re:start": "rescript build -w", | ||
"re:format": "rescript format -all", | ||
"use-prod-ec": "mv public/_redirects_for_prod public/_redirects", | ||
"serve": "chmod +x ./replace_env.sh && ./replace_env.sh && cp env-config.js ./dist/hyperswitch && node dist/server/server.js", | ||
"build:test": "cd tests && npx rescript build -with-deps", | ||
"clean:test": "cd tests && npx rescript clean -with-deps", | ||
"unit:test": "cd tests && npx rescript build -with-deps && jest unit_test", | ||
"revert:test": "cd tests && npx rescript clean -with-deps && cd .. && npx rescript build -with-deps", | ||
"postinstall": "git config core.hooksPath .githooks && chmod +x .githooks/commit-msg" | ||
}, | ||
"husky": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters