Skip to content

Commit afdd055

Browse files
author
locdp
committed
chore(core): remove staging environment #21
1 parent 17b5f03 commit afdd055

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.env.staging

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@
3030
"scripts": {
3131
"build": "vite build --mode production",
3232
"build:dev": "vite build --mode development",
33-
"build:stg": "vite build --mode staging",
3433
"build:tst": "vite build --mode testing",
3534
"cleanup": "sa cleanup",
3635
"commit": "sa git-commit",
3736
"dev": "vite",
3837
"dev:prd": "vite --mode production",
39-
"dev:stg": "vite --mode staging",
4038
"dev:tst": "vite --mode testing",
4139
"gen-route": "sa gen-route",
4240
"lint": "eslint .",

0 commit comments

Comments
 (0)