@onemrvapublic/design-system 0.0.0 → 16.2.7

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.
@@ -15,20 +15,11 @@ jobs:
15
15
  - uses: actions/setup-node@v3
16
16
  with:
17
17
  node-version: 16
18
+ registry-url: https://registry.npmjs.org/
18
19
  - run: date
19
20
  - run: npm i
20
21
  - run: npm run build:prod
21
-
22
- publish-npm:
23
- needs: build
24
- runs-on: ubuntu-latest
25
- steps:
26
- - uses: actions/checkout@v3
27
- - uses: actions/setup-node@v3
28
- with:
29
- node-version: 16
30
- registry-url: https://registry.npmjs.org/
31
- - run: npm i
22
+ - run: cd dist
32
23
  - run: npm publish
33
24
  env:
34
25
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "0.0.0",
3
+ "version": "16.2.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },