Skip to content

Commit

Permalink
betools
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRod1999 committed Oct 15, 2024
1 parent 185ff2c commit 472f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docs:extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../build/docs/extract",
"copy:test-assets": "cpx \"./src/test/assets/**/*\" ./lib/cjs/test/assets",
"cover": "nyc npm -s test",
"extract-api": "extract-api --entry=imodel-transformer --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api",
"extract-api": "betools extract-api --entry=imodel-transformer --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api",
"lint": "eslint -f visualstudio --quiet \"./src/**/*.ts\" 1>&2",
"lint:no-tests": "eslint -f visualstudio --quiet \"./src/*.ts\" 1>&2",
"lint:fix": "eslint --fix -f visualstudio --quiet \"./src/**/*.ts\" 1>&2",
Expand Down

0 comments on commit 472f202

Please sign in to comment.