Manual building time

This commit is contained in:
2025-10-08 14:36:56 +01:00
parent 1b50ccabee
commit 05f260347a
2 changed files with 5 additions and 1 deletions

2
.npmrc
View File

@@ -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

View File

@@ -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",