Created
December 5, 2020 10:00
-
-
Save mp5maker/8209325f2444e734b54eb8e665457651 to your computer and use it in GitHub Desktop.
Deploy for vtecx app
This file contains hidden or 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
#!/bin/sh | |
npx vtecxutil upload | |
npx webpack --env.entry=/components/index.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/login.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/change_password.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/complete_registration.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/forgot_password.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/login.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/signup.tsx --mode=production --env.externals=true | |
npx webpack --env.entry=/components/user_terms.tsx --mode=production --env.externals=true | |
# PWA | |
npx webpack --env.entry=/pwa/manifest.json --mode=production --env.externals=true | |
npx webpack --env.entry=/pwa/sw.js --mode=production --env.externals=true | |
npx vtecxutil upload:img | |
npx vtecxutil upload:pwa | |
npx vtecxutil upload:html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment