fix testmode push

This commit is contained in:
Emily
2025-01-30 16:21:55 +01:00
parent 8cc2f07b95
commit 29a220b21e
3 changed files with 16 additions and 5 deletions

View File

@@ -38,4 +38,4 @@ explains
#Ecosystem
ecosystem.config.cjs
ecosystem.config.js
ecosystem.config.js

View File

@@ -3,8 +3,10 @@
"private": true,
"type": "module",
"scripts": {
"build": "npm run workspace:shared && nuxt build",
"dev": "npm run workspace:shared && nuxt dev",
"build": "npm run workspace:shared && nuxt build --dotenv .env.testmode",
"build:prod": "npm run workspace:shared && nuxt build --dotenv .env.prod",
"dev": "npm run workspace:shared && nuxt dev --dotenv .env.testmode",
"dev:prod": "npm run workspace:shared && nuxi dev --dotenv .env.prod",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",