Skip to content

Commit

Permalink
try removing env var
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 20, 2022
1 parent 3fbe3e4 commit 954c072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "cross-env NODE_PATH=../../node_modules ../../node_modules/.bin/jest --config ./test/jest.config.js",
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"build": "yarn plugin_helpers build",
"plugin_helpers": "node ../../scripts/plugin_helpers"
},
Expand All @@ -28,7 +28,6 @@
"@testing-library/user-event": "^13.1.9",
"@types/hapi-latest": "npm:@types/[email protected]",
"@types/react-router-dom": "^5.3.2",
"cross-env": "7.0.3",
"cypress": "^5.0.0",
"eslint": "^6.8.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
Expand Down

0 comments on commit 954c072

Please sign in to comment.