Skip to content

Commit 4a47968

Browse files
authored
Fix path typo in npm script (#5455)
1 parent bf5772f commit 4a47968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
2525
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js",
2626
"api-report": "api-extractor run --local --verbose",
27-
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/app-compat-public.d.ts"
27+
"typings:public": "node ../../scripts/build/use_typings.js ./dist/app-compat-public.d.ts"
2828
},
2929
"license": "Apache-2.0",
3030
"dependencies": {
@@ -57,4 +57,4 @@
5757
"reportDir": "./coverage/node"
5858
},
5959
"esm5": "dist/index.esm5.js"
60-
}
60+
}

0 commit comments

Comments
 (0)