Skip to content

Commit

Permalink
Update workbench/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Li <[email protected]>
  • Loading branch information
derek-ho and joshuali925 authored Oct 20, 2022
1 parent 3fbe3e4 commit fb50655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit fb50655

Please sign in to comment.