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 7a05f4d commit 506458eCopy full SHA for 506458e
.github/workflows/npm-publish.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: pnpm install
33
working-directory: packages/express-typed
34
+ # no need to build the package, prepublish script will take care of it
35
- name: Publish package on NPM 📦
36
run: npm publish
37
0 commit comments