Skip to content

Commit

Permalink
Rename prebuild because of weird npm behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Dec 26, 2023
1 parent bef2c38 commit 9131bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
env:
BUILDARCH: ${{ matrix.arch }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run prebuild
run: npm run doprebuild

# code is not ready... if anyone needs it, I am open for PR
# prebuild-cross:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"oldtesthttp2": "npm run oldtesthttp2 --workspace main",
"types": "npm run types --workspaces",
"lint": "npm run lint --workspaces",
"doprebuild": "npm run prebuild --workspace transports/http3-quiche",
"build-debug": "npm run build-debug --workspace transports/http3-quiche",
"build": "npm run build --workspace transports/http3-quiche",
"build": "npm run build--workspace transports/http3-quiche",
"rebuild": "npm run rebuild --workspace transports/http3-quiche",
"rebuild-debug": "npm run rebuild-debug --workspace transports/http3-quiche",
"prebuild": "npm run prebuild --workspace transports/http3-quiche"
"rebuild-debug": "npm run rebuild-debug --workspace transports/http3-quiche"
},
"homepage": "https://github.com/fails-components/webtransport/main/#readme",
"workspaces": [
Expand Down

0 comments on commit 9131bf4

Please sign in to comment.