Skip to content

Commit

Permalink
🔧 chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 15, 2024
1 parent d0008cd commit 2a79b60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
"homepage": "https://github.com/lobehub/chat-plugin-midjourney",
"repository": "https://github.com/lobehub/chat-plugin-midjourney.git",
"scripts": {
"build": "npm run docs:build && next build",
"build": "next build",
"ci": "npm run lint && npm run type-check",
"dev": "next dev -p 3400",
"docs:build": "cd docs && npm run build",
"docs:dev": "cd docs && npm run dev",
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
Expand Down

0 comments on commit 2a79b60

Please sign in to comment.