Manual building time
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build --turbopack",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
"lint": "eslint",
|
||||
"deploy-prod": "git push --set-upstream explorer.specnext.dev deploy",
|
||||
"deploy-test": "git push --set-upstream test.explorer.specnext.dev test"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.8",
|
||||
|
||||
Reference in New Issue
Block a user