Skip to content

Commit 0b239a0

Browse files
committed
fix lock file
1 parent a985f98 commit 0b239a0

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
corepack enable
3333
yarn set version 4.9.1
3434
yarn
35-
yarn build-stage
35+
yarn build
3636
3737
- name: 📂 Deploy to Server
3838
uses: easingthemes/ssh-deploy@main

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"scripts": {
66
"start": "vite",
77
"build": "vite build",
8-
"build-stage": "env-cmd -f .env.qa vite build",
98
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
109
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
1110
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
@@ -38,7 +37,6 @@
3837
"@eslint/eslintrc": "3.3.1",
3938
"@eslint/js": "9.15.0",
4039
"@vitejs/plugin-react": "4.3.4",
41-
"env-cmd": "10.1.0",
4240
"eslint": "9.15.0",
4341
"eslint-config-prettier": "9.1.0",
4442
"eslint-plugin-jsx-a11y": "6.10.2",

yarn.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ __metadata:
15801580
languageName: node
15811581
linkType: hard
15821582

1583-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.5, cross-spawn@npm:^7.0.6":
1583+
"cross-spawn@npm:^7.0.5, cross-spawn@npm:^7.0.6":
15841584
version: 7.0.6
15851585
resolution: "cross-spawn@npm:7.0.6"
15861586
dependencies:
@@ -1652,7 +1652,6 @@ __metadata:
16521652
axios: "npm:1.7.9"
16531653
bootstrap: "npm:5.3.3"
16541654
chance: "npm:1.1.12"
1655-
env-cmd: "npm:10.1.0"
16561655
eslint: "npm:9.15.0"
16571656
eslint-config-prettier: "npm:9.1.0"
16581657
eslint-plugin-jsx-a11y: "npm:6.10.2"
@@ -1807,18 +1806,6 @@ __metadata:
18071806
languageName: node
18081807
linkType: hard
18091808

1810-
"env-cmd@npm:10.1.0":
1811-
version: 10.1.0
1812-
resolution: "env-cmd@npm:10.1.0"
1813-
dependencies:
1814-
commander: "npm:^4.0.0"
1815-
cross-spawn: "npm:^7.0.0"
1816-
bin:
1817-
env-cmd: bin/env-cmd.js
1818-
checksum: 10c0/8ea5f4205bed83f39ea0ef0eb94d52a47bc815302c55779fb6c38346ca9284df1855f0847c8f5c702554f7f01e3575d171f12cffd13a1bada01961815842abe3
1819-
languageName: node
1820-
linkType: hard
1821-
18221809
"env-paths@npm:^2.2.0":
18231810
version: 2.2.1
18241811
resolution: "env-paths@npm:2.2.1"

0 commit comments

Comments
 (0)