We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cb879 commit 6032226Copy full SHA for 6032226
.github/workflows/publish.yaml
@@ -24,7 +24,7 @@ jobs:
24
node-version: "22.x"
25
registry-url: "https://registry.npmjs.org"
26
- run: npm ci
27
- - run: npm run build -w pkgs/lib
28
- - run: npm publish -w pkgs/lib --access public
+ - run: npm run build
+ - run: npm publish
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mpppk/typed-api-spec",
3
- "version": "0.0.1",
+ "version": "0.0.0-test01",
4
"scripts": {
5
"build": "tsup ./src",
6
"watch:build": "tsup ./src --watch",
0 commit comments