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
|
# Put the store inside the slug so symlinks resolve at runtime
|
||||||
store-dir=.pnpm-store
|
store-dir=.pnpm-store
|
||||||
virtual-store-dir=.pnpm
|
virtual-store-dir=.pnpm
|
||||||
|
|
||||||
|
production=false
|
||||||
|
|||||||
@@ -6,7 +6,9 @@
|
|||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build --turbopack",
|
"build": "next build --turbopack",
|
||||||
"start": "next start",
|
"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": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.3.8",
|
"bootstrap": "^5.3.8",
|
||||||
|
|||||||
Reference in New Issue
Block a user