Skip to content

Commit

Permalink
🔨 chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 3, 2023
1 parent 2b6609e commit f3c16c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"homepage": "https://github.com/lobehub/chat-plugin-realtime-weather",
"repository": "https://github.com/lobehub/chat-plugin-realtime-weather.git",
"scripts": {
"build": "next build",
"build": "npm run docs:build && next build",
"ci": "npm run lint && npm run type-check",
"dev": "next dev -p 3410",
"docs:build": "npm run build --prefix ./docs",
"docs:build": "cd docs && npm run build",
"docs:dev": "npm run dev --prefix ./docs",
"lint": "npm run lint:js && npm run lint:prettier",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
Expand Down

0 comments on commit f3c16c5

Please sign in to comment.