@sikka/hawa 0.0.40 → 0.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
2
  # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
3
 
4
- name: Hawa Publish Package
4
+ name: Hawa Publish Package Push
5
5
 
6
6
  on:
7
7
  push:
@@ -21,7 +21,9 @@ jobs:
21
21
  else
22
22
  npm install
23
23
  fi
24
- #- run: npm test
24
+ npm run deploy-storybook -- --ci
25
+ env :
26
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
25
27
 
26
28
  publish-npm:
27
29
  needs: build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",