Skip to content

Commit b61a267

Browse files
use docs cmd to generate docs in ember-data
1 parent 98b585a commit b61a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-local.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const runCmd = async (cmd, path) => {
5959

6060
console.log('\n\n')
6161

62-
await runCmd(project === 'ember' ? 'yarn docs' : 'yarn build:production', projDirPath)
62+
await runCmd(project === 'ember' ? 'yarn docs' : 'yarn workspace ember-data docs', projDirPath)
6363

6464
const projYuiDocFile = `tmp/s3-docs/v${version}/${project}-docs.json`
6565
removeSync(projYuiDocFile)

0 commit comments

Comments
 (0)