Skip to content

Commit 8fcb733

Browse files
committed
fix: use npm run standalone-release
1 parent 00ad39e commit 8fcb733

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# NOTE: && here is deliberate - GitHub puts each line in its own `.sh`
7171
# file when running inside a docker container.
7272
- name: Build standalone release
73-
run: source scl_source enable devtoolset-9 && yarn release:standalone
73+
run: source scl_source enable devtoolset-9 && npm run release:standalone
7474

7575
- name: Fetch dependencies from cache
7676
id: cache-node-modules
@@ -180,6 +180,8 @@ jobs:
180180
- name: Decompress npm package
181181
run: tar -xzf package.tar.gz
182182

183+
# NOTE@jsjoeio - npm fails here
184+
# so use yarn
183185
- name: Build standalone release
184186
run: yarn release:standalone
185187

@@ -236,7 +238,7 @@ jobs:
236238
run: tar -xzf package.tar.gz
237239

238240
- name: Build standalone release
239-
run: yarn release:standalone
241+
run: npm run release:standalone
240242

241243
- name: Fetch dependencies from cache
242244
id: cache-node-modules

0 commit comments

Comments
 (0)