Skip to content

Commit

Permalink
chore: fix APIScan build (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Feb 27, 2024
1 parent 997abf0 commit 9a607fb
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 @@ -16,8 +16,8 @@
"scripts": {
"prepack": "node injectVersion.js",
"build": "npm run compile",
"test": "tsc -p 'test/tsconfig.json' && mocha dist/test/*",
"compile": "tsc -p 'src/browser/tsconfig.json' && tsc -p 'src/node/tsconfig.json'"
"test": "tsc -p test/tsconfig.json && mocha dist/test/*",
"compile": "tsc -p src/browser/tsconfig.json && tsc -p src/node/tsconfig.json"
},
"dependencies": {
"@microsoft/1ds-core-js": "^4.0.3",
Expand Down

0 comments on commit 9a607fb

Please sign in to comment.