@sikka/hawa 0.1.69 → 0.1.70

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.
@@ -5,7 +5,7 @@ env:
5
5
  on:
6
6
  push:
7
7
  branches:
8
- - main
8
+ - 1main
9
9
  jobs:
10
10
  Deploy-Production:
11
11
  runs-on: ubuntu-latest
@@ -16,6 +16,6 @@ jobs:
16
16
  - name: Pull Vercel Environment Information
17
17
  run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
18
18
  - name: Build Project Artifacts
19
- run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
19
+ run: cd landing && vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
20
20
  - name: Deploy Project Artifacts to Vercel
21
21
  run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
@@ -51,3 +51,15 @@ jobs:
51
51
  run: npm publish
52
52
  env:
53
53
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
54
+ deploy:
55
+ runs-on: ubuntu-latest
56
+ steps:
57
+ - uses: actions/checkout@v2
58
+ - name: Install Vercel CLI
59
+ run: npm install --global vercel@latest
60
+ - name: Pull Vercel Environment Information
61
+ run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
62
+ - name: Build Project Artifacts
63
+ run: cd landing && vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
64
+ - name: Deploy Project Artifacts to Vercel
65
+ run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "description": "Modern UI Kit made with Tailwind & Radix Primitives",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",