Skip to content

Commit

Permalink
remove nr
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Apr 29, 2023
1 parent 3292822 commit dfa65c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mermaid/src/docs/package.json
Expand Up @@ -4,12 +4,12 @@
"type": "module",
"scripts": {
"dev": "vitepress --port 3333 --open",
"build": "nr prefetch && vitepress build",
"build": "pnpm prefetch && vitepress build",
"build-no-prefetch": "vitepress build",
"serve": "vitepress serve",
"preview-https": "pnpm run build && serve .vitepress/dist",
"preview-https-no-prefetch": "pnpm run build-no-prefetch && serve .vitepress/dist",
"prefetch": "pnpm run fetch-contributors && pnpm run fetch-avatars",
"preview-https": "pnpm build && serve .vitepress/dist",
"preview-https-no-prefetch": "pnpm build-no-prefetch && serve .vitepress/dist",
"prefetch": "pnpm fetch-contributors && pnpm fetch-avatars",
"fetch-avatars": "esno .vitepress/scripts/fetch-avatars.ts",
"fetch-contributors": "esno .vitepress/scripts/fetch-contributors.ts"
},
Expand Down

0 comments on commit dfa65c5

Please sign in to comment.