Skip to content

Commit 342756b

Browse files
committed
Fix missing newline at end of package.json
1 parent 5eb2444 commit 342756b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: |
1717
npm i
18-
npm run build
1918
npm publish
2019
env:
2120
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@
7979
"postunlink": "node node_modules/@srcpush/react-native-code-push/scripts/postunlink/run"
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)