Skip to content

Commit 9d06e91

Browse files
authored
fix: run yarn prepack before npm publish (#73)
* fix: run `yarn prepack` before npm publish as yarn scripts are ignored in v2+ of `npm-publish` action
1 parent 232d895 commit 9d06e91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
node-version: '18.x'
3737
- run: yarn install
3838
- run: yarn test
39+
- run: yarn prepack
3940

4041
- name: Publish Latest
4142
uses: JS-DevTools/npm-publish@v3

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/react-native-sdk",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "Eppo React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)