Skip to content

Commit

Permalink
fix: build dist-gha/ files with every release
Browse files Browse the repository at this point in the history
inspired by the work done in #1073
  • Loading branch information
kanadgupta committed Nov 19, 2024
1 parent 7932347 commit f42392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"schemas:check": "./bin/json-schema-store.js",
"schemas:write": "./bin/json-schema-store.js --update",
"test": "vitest run --coverage",
"version": "oclif manifest && oclif readme --readme-path documentation/commands.md --no-aliases"
"version": "npm run build:gha:prod && oclif manifest && oclif readme --readme-path documentation/commands.md --no-aliases"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit f42392b

Please sign in to comment.