Skip to content

Commit

Permalink
chore(stardust): run spec and ts on from version hook (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Feb 10, 2022
1 parent 80c7f89 commit 34e53a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"build:watch": "rollup --config ../../rollup.config.js -w",
"prepublishOnly": "rm -rf dist && yarn run build",
"spec": "sy from-jsdoc -c ./api-spec/spec.conf.js",
"ts": "sy to-dts -c ./api-spec/spec.conf.js"
"ts": "sy to-dts -c ./api-spec/spec.conf.js",
"version": "yarn run spec && yarn run ts && git add ./api-spec/spec.json ./types/index.d.ts"
},
"dependencies": {
"@types/qlik-engineapi": "12.67.11"
Expand Down

0 comments on commit 34e53a8

Please sign in to comment.