Skip to content

Commit

Permalink
chore: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 19, 2023
1 parent c59c582 commit 0050c43
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
"description": "a blog based on siyuan-note api",
"type": "module",
"scripts": {
"dev": "pnpm build:css && nuxt dev",
"watch:css": "stylus --watch blog.styl --out ./public/blog.css",
"build": "pnpm build:css && pnpm build:js",
"build:css": "stylus --compress blog.styl --out ./public/blog.css",
"build:js": "nuxt build",
"generate": "pnpm build:css && nuxt generate",
"generate:vercel": "pnpm build:css && BUILD_TYPE=vercel nuxt generate",
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"generate:vercel": "BUILD_TYPE=vercel nuxt generate",
"ci": "pnpm install && pnpm build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
Expand Down

0 comments on commit 0050c43

Please sign in to comment.