Skip to content

Commit

Permalink
copy learning folder over to build folder (docs output)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed Jan 7, 2025
1 parent 6115919 commit d5c0e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"build:ci": "npm run -s build",
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
"clean": "rimraf lib",
"docs": "npm run -s docs:extract && npm run -s docs:reference && npm run -s docs:changelog",
"docs": "npm run -s docs:extract && npm run -s docs:reference && npm run -s docs:changelog && npm run -s docs:copyLearning",
"docs:changelog": "cpx ./CHANGELOG.md ../../build/docs/reference/imodel-transformer",
"docs:copyLearning": "cpx \"../../docs/learning/transformer/**/*\" ../../build/docs/learning/transformer",
"# env var is workaround, need to contribute a better rush-less root-package.json detector to betools": "",
"docs:reference": "cross-env RUSHSTACK_FILE_ERROR_BASE_FOLDER='../..' betools docs --includes=../../build/docs/extract --json=../../build/docs/reference/imodel-transformer/file.json --tsIndexFile=imodel-transformer.ts --onlyJson",
"docs:extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../build/docs/extract",
Expand Down

0 comments on commit d5c0e8b

Please sign in to comment.