Skip to content

Commit

Permalink
fix: add README file on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bereghici committed Feb 7, 2023
1 parent de831e2 commit 0ad652e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: 📥 Install deps
run: |
cp README.md packages/remix-themes
node -e "let pkg=require('./package.json');pkg.workspaces=['packages/remix-themes'];require('fs').writeFileSync('./package.json',JSON.stringify(pkg),'utf8')"
yarn --frozen-lockfile
Expand Down

0 comments on commit 0ad652e

Please sign in to comment.