File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sdk/formrecognizer/ai-form-recognizer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6464 "extract-api" : " tsc -p . && api-extractor run --local" ,
6565 "format" : " prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \" src/**/*.ts\" \" test/**/*.ts\" \" samples-dev/**/*.ts\" \" *.{js,json}\" " ,
6666 "integration-test:browser" : " dev-tool run test:browser" ,
67- "integration-test:node" : " dev-tool run test:node-ts -input -- --timeout 1200000 --exclude 'test /**/browser/*.spec.ts ' \" test/**/*.spec.ts \" " ,
67+ "integration-test:node" : " dev-tool run test:node-js -input -- --timeout 1200000 --exclude 'dist-esm /**/browser/*.spec.js ' \" dist-esm/ test/**/*.spec.js \" \" dist-esm/test/**/node/*.spec.js \" " ,
6868 "integration-test" : " npm run integration-test:node && npm run integration-test:browser" ,
6969 "lint:fix" : " eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]" ,
7070 "lint" : " eslint package.json api-extractor.json src test --ext .ts" ,
You can’t perform that action at this time.
0 commit comments