Skip to content

Commit

Permalink
Add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kishima committed Aug 6, 2024
1 parent c3b7246 commit 01a23e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"format": "prettier --write --ignore-path .gitignore",
"lint": "eslint --ext .js,.vue,.ts,.tsx --ignore-path .gitignore --fix",
"prepare": "husky install",
"generate:api": "npx openapi-typescript openapi.yml --output openapi.gen.ts"
"generate:api": "npx openapi-typescript openapi.yml --output openapi.gen.ts",
"start": "nuxt preview"
},
"lint-staged": {
"*.{ts,vue}": [
Expand Down

0 comments on commit 01a23e7

Please sign in to comment.