Skip to content

Commit f42392b

Browse files
committed
fix: build dist-gha/ files with every release
inspired by the work done in #1073
1 parent 7932347 commit f42392b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"schemas:check": "./bin/json-schema-store.js",
123123
"schemas:write": "./bin/json-schema-store.js --update",
124124
"test": "vitest run --coverage",
125-
"version": "oclif manifest && oclif readme --readme-path documentation/commands.md --no-aliases"
125+
"version": "npm run build:gha:prod && oclif manifest && oclif readme --readme-path documentation/commands.md --no-aliases"
126126
},
127127
"commitlint": {
128128
"extends": [

0 commit comments

Comments
 (0)