Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 231 Bytes

develop.md

File metadata and controls

14 lines (11 loc) · 231 Bytes

生成静态文件

  1. 需要在 node 12.16.1 版本下生成
nvm use 12.16.1
  1. npm run build
  2. npm run sync

debug on build process

node --inspect-brk --no-lazy node_modules/gatsby/dist/bin/gatsby build