Skip to content

Commit

Permalink
Fix release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Aug 9, 2023
1 parent 8cdcd19 commit 121f4fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Test
run: |
npm run test
NODE_OPTIONS=--experimental-vm-modules npm run test
- name: Resolve version
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test
run: |
npm run test
NODE_OPTIONS=--experimental-vm-modules npm run test
- name: Calculate environment variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "npm run _esbuild -- --watch",
"pretest": "node scripts/install-fixture-deps.js",
"test": "jest",
"prepublishOnly": "npm run build && npm test && node scripts/copy-licenses.js",
"prepublishOnly": "npm run build && node scripts/copy-licenses.js",
"format": "prettier \"src/**/*.js\" \"scripts/**/*.js\" \"tests/test.js\" --write --print-width 100 --single-quote --no-semi --plugin-search-dir ./tests",
"release-channel": "node ./scripts/release-channel.js",
"release-notes": "node ./scripts/release-notes.js"
Expand Down

0 comments on commit 121f4fa

Please sign in to comment.