Skip to content

Commit 359dd1f

Browse files
committed
update publish config in package.json and add build script
1 parent c1857a7 commit 359dd1f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install Dependencies
3131
run: npm ci
3232

33+
- name: Build Package
34+
run: npm run build
35+
3336
- name: Create Version PR or Publish to NPM
3437
id: changesets
3538
uses: changesets/action@v1

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
"ts-jest": "^29.3.2",
4646
"tsup": "^8.0.2",
4747
"typescript": "latest"
48+
},
49+
"publishConfig": {
50+
"access": "public"
4851
}
4952
}

0 commit comments

Comments
 (0)