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 b639ad4 commit 0d6211aCopy full SHA for 0d6211a
.github/workflows/npm-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: 12
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- - run: npm build
+ - run: npm run build
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gql-query-builder",
3
- "version": "3.5.3",
+ "version": "3.5.4",
4
"description": "Simple GraphQL Query Builder",
5
"repository": {
6
"type": "git",
0 commit comments