Skip to content

Commit

Permalink
fix: reset versions. Build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Mar 22, 2022
1 parent c226ebd commit a85a49f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: 📦 Install Packages
run: yarn install --frozen-lockfile

# FIXME: Build all package after publishing to npm
- name: ⚙️ Build Packages
run: yarn workspace @autoviews/core build

- name: 🚀 Release
run: yarn release
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoviews/core",
"version": "0.1.0",
"version": "0.0.0",
"description": "TODO",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit a85a49f

Please sign in to comment.