Skip to content

Commit

Permalink
ocular-dev-tools@2.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed May 1, 2023
1 parent 8473d92 commit d0e0512
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions modules/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG (ocular-dev-tools)

## v2.0.0-alpha.11

- Set NODE_ENV during test

## v2.0.0-alpha.10

- Bump esbuild plugins versions (#422)
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ocular-dev-tools",
"description": "Dev tools for our Javascript frameworks",
"license": "MIT",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"type": "module",
"keywords": [
"javascript"
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-tools/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run_test_script() {
YARN_GLOBAL_DIR=`yarn global dir`
CHROMIUM_EXECUTABLE=`node $MODULE_DIR/src/helpers/get-puppeteer-executable-path.cjs $YARN_GLOBAL_DIR`

(set -x; PUPPETEER_EXECUTABLE_PATH=$CHROMIUM_EXECUTABLE node $TEST_SCRIPT $1)
(set -x; PUPPETEER_EXECUTABLE_PATH=$CHROMIUM_EXECUTABLE NODE_ENV=test node $TEST_SCRIPT $1)
}

run_full_test() {
Expand Down

0 comments on commit d0e0512

Please sign in to comment.