Compare commits
1 Commits
production
...
testnet
| Author | SHA1 | Date | |
|---|---|---|---|
| 99e98a82ba |
+2
-2
@@ -36,8 +36,8 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"deploy-testnet": "git checkout testnet && git merge main && git push origin testnet",
|
||||
"deploy-production": "git checkout production && git merge main && git push origin production",
|
||||
"deploy-testnet": "git checkout testnet && git merge main && git push origin testnet && git checkout main",
|
||||
"deploy-production": "git checkout production && git merge main && git push origin production && git checkout main",
|
||||
"build": "unbuild",
|
||||
"dev": "unbuild --stub",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user