Skip to content

Instantly share code, notes, and snippets.

@mp5maker
Created December 5, 2020 10:00
Show Gist options
  • Save mp5maker/8209325f2444e734b54eb8e665457651 to your computer and use it in GitHub Desktop.
Save mp5maker/8209325f2444e734b54eb8e665457651 to your computer and use it in GitHub Desktop.
Deploy for vtecx app
#!/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