We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5847db4 commit 2082f6fCopy full SHA for 2082f6f
.github/workflows/release-please.yml
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ steps.release.outputs.releases_created }}
31
run: |
32
npm install
33
- npm run build
+ npm run package
34
35
# Release Please has already incremented versions and published tags, so we just
36
# need to publish all unpublished versions to NPM here
package.json
@@ -6,7 +6,7 @@
6
"generate-hook": "nx workspace-generator open-feature hook",
7
"generate-provider": "nx workspace-generator open-feature provider",
8
"test": "nx run-many --all --target=test",
9
- "build": "npx nx run-many --all --target=build",
+ "package": "npx nx run-many --all --target=package",
10
"publish": "npx nx run-many --all --target=publish"
11
},
12
"private": true,
0 commit comments