Skip to content

Commit

Permalink
fix(no-release): fix build docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Jan 28, 2023
1 parent 1c18f18 commit a04dd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"build": "rollup --config rollup.config.ts --configPlugin esbuild --environment NODE_ENV:production",
"build:minify": "rollup --config rollup.config.ts --configPlugin esbuild --environment MINIFY,NODE_ENV:production",
"build:analyze": "cross-env BUILD_ANALYZER=true pnpm run build",
"build:docs": "cd documents && pnpm run api && pnpm run build",
"build:docs": "pnpm run build && cd documents && pnpm run api && pnpm run build",
"lint": "eslint src --ext js,jsx,ts,tsx",
"prepublishOnly": "npm run build && npm run build:minify",
"test": "npm run build && npm run test-only",
Expand Down

0 comments on commit a04dd66

Please sign in to comment.