🧑‍💻 Update scripts (#1173)

This commit is contained in:
Luke Vella 2024-06-20 12:43:24 +01:00 committed by GitHub
parent 01de66defe
commit f1e4310d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"build:test": "dotenv -e .env.test -- next build", "build:test": "NODE_ENV=test next build",
"analyze": "cross-env ANALYZE=true next build", "analyze": "cross-env ANALYZE=true next build",
"start": "next start", "start": "next start",
"lint": "eslint .", "lint": "eslint .",

View file

@ -3,7 +3,8 @@
"private": true, "private": true,
"version": "3.8.0", "version": "3.8.0",
"scripts": { "scripts": {
"dev": "dotenv -c development -- turbo dev --filter=@rallly/web", "postinstall": "yarn db:generate",
"dev": "turbo dev --filter=@rallly/web",
"dev:emails": "turbo dev --filter=@rallly/emails", "dev:emails": "turbo dev --filter=@rallly/emails",
"dev:landing": "dotenv -c development turbo dev --filter=@rallly/landing", "dev:landing": "dotenv -c development turbo dev --filter=@rallly/landing",
"start": "turbo run start --filter=@rallly/web", "start": "turbo run start --filter=@rallly/web",