Manual building time
This commit is contained in:
2
.npmrc
2
.npmrc
@@ -1,3 +1,5 @@
|
||||
# Put the store inside the slug so symlinks resolve at runtime
|
||||
store-dir=.pnpm-store
|
||||
virtual-store-dir=.pnpm
|
||||
|
||||
production=false
|
||||
|
||||
@@ -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