Skip to content

Commit

Permalink
fix: api client in postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jul 17, 2024
1 parent 5f62481 commit afde768
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 @@ -20,7 +20,7 @@
"lint:code:fix": "pnpm run lint:code:check --fix",
"lint:styles:check": "stylelint \"./**/*.@(css|vue)\" --cache --ignore-path ./.gitignore",
"lint:styles:fix": "pnpm run lint:styles:check --fix",
"postinstall": "nuxt prepare",
"postinstall": "nuxt prepare && pnpm run generate:api-client",
"prepare": "run-s setup",
"setup": "simple-git-hooks || exit 0",
"start": "nuxt preview",
Expand Down

0 comments on commit afde768

Please sign in to comment.