File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 - name : Install dependencies
3434 run : bun install --frozen-lockfile
3535
36- - name : Build for npm (JavaScript bundle)
37- run : bun run build:npm
38-
3936 - name : Build binaries for all platforms
4037 run : bun run build
4138
39+ - name : Build for npm (JavaScript bundle)
40+ run : bun run build:npm
41+
4242 - name : Get version from package.json
4343 id : package-version
4444 run : echo "version=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import pkg from "./package.json"
1313
1414console . log ( "Building for npm publish..." )
1515
16- await Bun . $ `rm -rf dist`
1716await Bun . $ `mkdir -p dist`
1817
1918// Build a JavaScript bundle for npm (not a binary)
Original file line number Diff line number Diff line change 11{
22 "name" : " effect-devtui" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Terminal UI for Effect DevTools" ,
55 "keywords" : [
66 " effect" ,
You can’t perform that action at this time.
0 commit comments