Skip to content

Instantly share code, notes, and snippets.

@cpv123
Created April 26, 2021 04:58
Show Gist options
  • Save cpv123/6a8511f5484c5851196c3898e1e3b32e to your computer and use it in GitHub Desktop.
Save cpv123/6a8511f5484c5851196c3898e1e3b32e to your computer and use it in GitHub Desktop.
#!/bin/bash
build() {
mint build --skip-service-worker --skip-icons
}
copy_icon() {
cp icon.png ./dist
}
replace_manifest() {
cp manifest.json ./dist
}
build
copy_icon
replace_manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment