Skip to content

Commit

Permalink
chore: remove old docs commands (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 13, 2023
1 parent a6ce587 commit 458b96a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"dev": "pnpm nitro dev playground",
"dev:build": "pnpm nitro build playground",
"dev:start": "node playground/.output/server/index.mjs",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"lint": "eslint --cache --ext .ts,.mjs,.cjs . && prettier -c src",
"lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && prettier --write -c src",
"nitro": "jiti ./src/cli.ts",
Expand Down

0 comments on commit 458b96a

Please sign in to comment.