Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix npm build bug #3460

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/bin/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ if [ "$GITHUB_REPOSITORY" = "planetarium/libplanet" ] && [[ \
]]; then
publish_package=true
fi

publish_package=false
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "main"
- "rollback-fix-mjs-to-cjs"
tags:
- "*"
name: Build artifact and push
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
scope: '@planetarium'
node-version: 'lts/*'
node-version: 18
- id: determine-version
run: node scripts/determine-version.js
- shell: bash
Expand Down
Loading