Skip to content

Commit 6032226

Browse files
committed
Fix
1 parent a4cb879 commit 6032226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: "22.x"
2525
registry-url: "https://registry.npmjs.org"
2626
- run: npm ci
27-
- run: npm run build -w pkgs/lib
28-
- run: npm publish -w pkgs/lib --access public
27+
- run: npm run build
28+
- run: npm publish
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mpppk/typed-api-spec",
3-
"version": "0.0.1",
3+
"version": "0.0.0-test01",
44
"scripts": {
55
"build": "tsup ./src",
66
"watch:build": "tsup ./src --watch",

0 commit comments

Comments
 (0)