We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069ea00 commit 1181ed6Copy full SHA for 1181ed6
.github/workflows/release.yml
@@ -11,8 +11,8 @@ jobs:
11
with:
12
node-version: 15.4.0
13
- run: npm install --ignore-scripts
14
- - run: npm test
15
- - run: npm build
+ - run: npm run test
+ - run: npm run build
16
- uses: JS-DevTools/npm-publish@v1
17
18
token: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-themed-stylesheet",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "React Native StyleSheets with Theming Support",
5
"author": "Andre Pedroza",
6
"license": "MIT",
0 commit comments