Skip to content

Commit

Permalink
fix: all the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Feb 25, 2022
1 parent b7c7c6a commit f9b73b5
Show file tree
Hide file tree
Showing 12 changed files with 766 additions and 49,953 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ main-version:
# create experimental release
experimental-release:
make experimental-version
npx turbo run build
npx turbo run build --force
make experimental-publish

# create main release
main-release:
make main-version
npx turbo run build
npx turbo run build --force
make main-publish

# create command for plop templates
Expand Down
Loading

0 comments on commit f9b73b5

Please sign in to comment.