Skip to content

Commit 0d6211a

Browse files
committed
CI/CD fixes
1 parent b639ad4 commit 0d6211a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 12
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
31-
- run: npm build
31+
- run: npm run build
3232
- run: npm publish
3333
env:
3434
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": "gql-query-builder",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"description": "Simple GraphQL Query Builder",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)