Skip to content

Commit 9a607fb

Browse files
authored
chore: fix APIScan build (#201)
1 parent 997abf0 commit 9a607fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"scripts": {
1717
"prepack": "node injectVersion.js",
1818
"build": "npm run compile",
19-
"test": "tsc -p 'test/tsconfig.json' && mocha dist/test/*",
20-
"compile": "tsc -p 'src/browser/tsconfig.json' && tsc -p 'src/node/tsconfig.json'"
19+
"test": "tsc -p test/tsconfig.json && mocha dist/test/*",
20+
"compile": "tsc -p src/browser/tsconfig.json && tsc -p src/node/tsconfig.json"
2121
},
2222
"dependencies": {
2323
"@microsoft/1ds-core-js": "^4.0.3",

0 commit comments

Comments
 (0)