Skip to content

Commit 3edb0d7

Browse files
Test releases
1 parent e05b94d commit 3edb0d7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/dev-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
name: dev-release
55

66
on:
7+
push:
8+
branches:
9+
- molejniczak/test-releases
710
workflow_dispatch:
811

912
jobs:

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ jobs:
271271
- uses: bahmutov/[email protected]
272272
- name: Build native packages
273273
run: yarn build-native-${{ inputs.profile }}
274+
- name: Build node packages
275+
run: yarn build
276+
- name: Build TypeScript types
277+
run: yarn build-ts
274278
- name: Download artifacts
275279
uses: actions/download-artifact@v3
276280
with:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"unlink-all": "node scripts/unlink-all.js packages",
2727
"check": "flow check",
2828
"lint": "eslint . && prettier \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\" --list-different && cargo fmt --all -- --check",
29-
"prepublishOnly": "yarn adjust-versions && yarn build && yarn build-ts",
29+
"prepublishOnly": "yarn adjust-versions",
3030
"test:unit": "cross-env NODE_ENV=test mocha --timeout 5000 && cargo test",
3131
"test:integration": "yarn workspace @parcel/integration-tests test",
3232
"test:integration-ci": "yarn workspace @parcel/integration-tests test-ci",

0 commit comments

Comments
 (0)