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 9dcfc1c commit b68f339Copy full SHA for b68f339
.github/workflows/production.yml
@@ -18,6 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
- run: npm install
20
- run: npm run build
21
+ - run: npm run generate-types
22
- run: npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -80,7 +80,8 @@
80
"test-single": "mocha $1",
81
"woql-test": "mocha test/woqlTripleBuilder.spec.js test/woql.spec.js test/woqlTripleBuilder01.spec.js test/woqlExtra.spec.js",
82
"git-tag": "git tag $npm_package_version",
83
- "prepare": "husky install"
+ "prepare": "husky install",
84
+ "generate-types": "tsc"
85
},
86
"repository": {
87
"type": "git",
0 commit comments