Skip to content

Commit 6b1fa66

Browse files
committed
Add README to published package
1 parent 295c12e commit 6b1fa66

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
with:
1818
node-version: '20.11'
1919
- run: npm i
20-
- run: npm run build
20+
- run: |
21+
npm run build
22+
cp README.md packages/playground/
2123
- run: |
2224
TAG='latest'
2325
PRERELEASE=false

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
## v0.0.0 - 2024.02.12
1616

1717
First release 🎉
18-

packages/playground/package.json

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
"publishConfig": {
66
"access": "public"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/studiometa/playground.git"
11+
},
12+
"keywords": [
13+
"playground",
14+
"code",
15+
"editor",
16+
"online"
17+
],
18+
"author": "Studio Meta <[email protected]> (https://www.studiometa.fr/)",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/studiometa/playground/issues"
22+
},
23+
"homepage": "https://github.com/studiometa/playground#readme",
824
"files": [
925
"dist/"
1026
],

0 commit comments

Comments
 (0)