Skip to content

Commit

Permalink
Disable react binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyVavilin committed Nov 10, 2023
1 parent 8694932 commit 13452c2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: ReactNative
run: npm publish --access public
working-directory: ./packages/lib-react-native
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: ReactNative
# run: npm publish --access public
# working-directory: ./packages/lib-react-native
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: ReactNativeJsi
run: |
npm i
npx tsc
npm publish --access public
working-directory: ./packages/lib-react-native-jsi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: ReactNativeJsi
# run: |
# npm i
# npx tsc
# npm publish --access public
# working-directory: ./packages/lib-react-native-jsi
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: WASM
run: npm publish --access public
Expand Down

0 comments on commit 13452c2

Please sign in to comment.