From 6bb1f6a9046a0dc1d301cf2d2a8191bbe81fe4c8 Mon Sep 17 00:00:00 2001 From: Jordan Reimer Date: Tue, 16 May 2023 15:48:49 -0600 Subject: [PATCH] fixes command not found: export when running yarn start and updates caniuse-lite (#20610) --- ui/package.json | 2 +- ui/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index 7237878e5b..900edd151d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "fmt:js": "prettier --config .prettierrc.js --write '{app,tests,config,lib}/**/*.js'", "fmt:hbs": "prettier --config .prettierrc.js --write '**/*.hbs'", "fmt:styles": "prettier --write app/styles/**/*.*", - "start": "export VAULT_ADDR=http://localhost:8200; ember server --proxy=$VAULT_ADDR", + "start": "VAULT_ADDR=http://localhost:8200; ember server --proxy=$VAULT_ADDR", "start2": "ember server --proxy=http://localhost:8202 --port=4202", "start:mirage": "start () { MIRAGE_DEV_HANDLER=$1 yarn run start; }; start", "test": "npm-run-all lint:js:quiet lint:hbs:quiet && node scripts/start-vault.js", diff --git a/ui/yarn.lock b/ui/yarn.lock index 4beeea4778..f05e97f4be 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9499,9 +9499,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30000792, caniuse-lite@npm:^1.0.30000805, caniuse-lite@npm:^1.0.30000844, caniuse-lite@npm:^1.0.30001219, caniuse-lite@npm:^1.0.30001264, caniuse-lite@npm:^1.0.30001280, caniuse-lite@npm:^1.0.30001304, caniuse-lite@npm:^1.0.30001317, caniuse-lite@npm:^1.0.30001349": - version: 1.0.30001419 - resolution: "caniuse-lite@npm:1.0.30001419" - checksum: 7a4dc2794a6773574b5aebcd1c9c0d56159654821714152d8a0b04e261e1522bfd3d86589b8406ce81c7bf5b706118b73b2cb85d577ae433e303dd48ac9ff65f + version: 1.0.30001487 + resolution: "caniuse-lite@npm:1.0.30001487" + checksum: b5a9e72ec165765fb3e07913cc389685ce8a30ac48967f99baec773a4353d2037fb534241e87b3c95d40a5081079be2263710b784883183bb2998b73f7202233 languageName: node linkType: hard