Skip to content

Commit

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

## v2.0.0-alpha.11
## v2.0.0-alpha.13

- Set NODE_ENV during test
- Fix metrics import

## v2.0.0-alpha.12

- Start vite server from JS API (#424)

## 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.12",
"version": "2.0.0-alpha.13",
"type": "module",
"keywords": [
"javascript"
Expand Down
4 changes: 4 additions & 0 deletions modules/dev-tools/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if [ -d "modules" ]; then
); done

cd $PACKAGE_DIR
else
packageName=`node -e "console.log(require('./package.json').name)"`
yarn link
yarn link $packageName
fi

# build the submodules
Expand Down

0 comments on commit 69b7e75

Please sign in to comment.