Skip to content

Commit

Permalink
fix(app): PDF.js mjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed May 13, 2024
1 parent 898fbcb commit 2b73b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"restore-package-json": "node tools/restore-package-json.js",
"madge": "./node_modules/.bin/madge --warning -i dist/madge.png src-refactored/index-cli.ts",
"*********TEST********": "*******************",
"pretest": "tsc -p tsconfig.test.json --resolveJsonModule && node test/dist/cli-clean-root-folder.mjs",
"test": "cross-env TS_NODE_PROJECT=tsconfig.test.json TS_NODE_DISABLE_WARNINGS=1 nyc --reporter=lcov mocha --config test/.mocharc.json && node test/dist/cli-revert-root-folder.mjs",
"pretest": "tsc -p tsconfig.test.json --resolveJsonModule && node test/dist/test/src/cli-clean-root-folder.mjs",
"test": "cross-env TS_NODE_PROJECT=tsconfig.test.json TS_NODE_DISABLE_WARNINGS=1 nyc --reporter=lcov mocha --config test/.mocharc.json && node test/dist/test/src/cli-revert-root-folder.mjs",
"posttest": "rimraf test/dist",
"test:watch": "npm-watch build",
"test:simple-doc": "ts-node ./bin/index-cli.js -p ./test/fixtures/sample-files/tsconfig.simple.json -d doc -s --port 4000 & sleep 20",
Expand Down

0 comments on commit 2b73b7b

Please sign in to comment.