Skip to content

Commit

Permalink
Merge pull request #22 from dploc96/21-chorecore-remove-staging-envir…
Browse files Browse the repository at this point in the history
…oment

chore(core): remove staging environment
  • Loading branch information
loicduong authored Sep 5, 2024
2 parents 17b5f03 + afdd055 commit 1b340ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .env.staging

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
"scripts": {
"build": "vite build --mode production",
"build:dev": "vite build --mode development",
"build:stg": "vite build --mode staging",
"build:tst": "vite build --mode testing",
"cleanup": "sa cleanup",
"commit": "sa git-commit",
"dev": "vite",
"dev:prd": "vite --mode production",
"dev:stg": "vite --mode staging",
"dev:tst": "vite --mode testing",
"gen-route": "sa gen-route",
"lint": "eslint .",
Expand Down

0 comments on commit 1b340ac

Please sign in to comment.