Skip to content

Commit 930307d

Browse files
committed
fix npm script
1 parent 8437bfa commit 930307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:browser": "karma start --single-run",
3535
"test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js",
3636
"api-report": "api-extractor run --local --verbose",
37-
"typings:public": "ts-node generate-public-dts.ts && node ../../scripts/build/use_typings.js ./dist/util-public.d.ts"
37+
"typings:public": "node ../../scripts/build/use_typings.js ./dist/util-public.d.ts"
3838
},
3939
"license": "Apache-2.0",
4040
"dependencies": {

0 commit comments

Comments
 (0)