Skip to content

Commit 184c7d3

Browse files
committed
refactor(oxfmt): rename build script to .js
1 parent b99f2f1 commit 184c7d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release_oxfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Generate npm packages
179179
run: |
180-
node npm/oxfmt/scripts/generate-packages.mjs
180+
node npm/oxfmt/scripts/generate-packages.js
181181
cat npm/oxfmt/package.json
182182
for package in npm/oxfmt*; do cat $package/package.json ; echo ; done
183183
File renamed without changes.

0 commit comments

Comments
 (0)