Skip to content

Commit

Permalink
fix(build-main): fix npm run commit script in order to fix the usag…
Browse files Browse the repository at this point in the history
…e on Windows OS
  • Loading branch information
SuperITMan committed Jun 23, 2022
1 parent c728128 commit ec74726
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 @@ -146,7 +146,7 @@
"clean:modules:stark-ui": "cd packages/stark-ui && npm run clean:modules dist && cd ../..",
"clean:modules:showcase": "cd showcase && npm run clean:modules && cd ..",
"clean:modules:starter": "cd starter && npm run clean:modules && cd ..",
"commit": "./node_modules/.bin/git-cz",
"commit": "cz",
"docs": "npm run docs:clean && npm run docs:all",
"docs:all": "npm run docs:stark-core:generate && npm run docs:stark-ui:generate && npm run docs:stark-rbac:generate && npm run docs:starter:generate",
"docs:clean": "npx rimraf reports/api-docs",
Expand Down

0 comments on commit ec74726

Please sign in to comment.