Skip to content

Commit 90726d7

Browse files
committed
fix(core): distribution method
1 parent 5db357a commit 90726d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
node-version: 18
3535
registry-url: https://registry.npmjs.org/
3636
scope: "@smakss"
37+
- run: yarn install
38+
- run: yarn generate
3739
- run: |
3840
if grep -q "beta" package.json; then
3941
echo "Publishing Beta to npm"
@@ -58,6 +60,8 @@ jobs:
5860
node-version: 18
5961
registry-url: https://npm.pkg.github.com/
6062
scope: "@smakss"
63+
- run: yarn install
64+
- run: yarn generate
6165
- run: |
6266
if grep -q "beta" package.json; then
6367
echo "Publishing Beta to GitHub Package Registry"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"typecheck": "tsc -b ."
5454
},
5555
"type": "module",
56-
"version": "3.1.0"
56+
"version": "3.1.1"
5757
}

0 commit comments

Comments
 (0)