Skip to content

Commit

Permalink
Add README to published package
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Feb 12, 2024
1 parent 295c12e commit 6b1fa66
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
node-version: '20.11'
- run: npm i
- run: npm run build
- run: |
npm run build
cp README.md packages/playground/
- run: |
TAG='latest'
PRERELEASE=false
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## v0.0.0 - 2024.02.12

First release 🎉

16 changes: 16 additions & 0 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studiometa/playground.git"
},
"keywords": [
"playground",
"code",
"editor",
"online"
],
"author": "Studio Meta <agence@studiometa.fr> (https://www.studiometa.fr/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/studiometa/playground/issues"
},
"homepage": "https://github.com/studiometa/playground#readme",
"files": [
"dist/"
],
Expand Down

0 comments on commit 6b1fa66

Please sign in to comment.