Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanreyes committed Mar 31, 2023
1 parent 7691008 commit cc6fd4c
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 @@ -41,7 +41,8 @@
},
"scripts": {
"build": "tsx build/build.ts",
"build:all": "yarn build && cd docs && yarn build",
"build:docs": "cd docs && yarn build",
"build:all": "yarn build && yarn build:docs",
"test": "vitest",
"lint": "eslint . --ext .js,.vue"
},
Expand Down

0 comments on commit cc6fd4c

Please sign in to comment.