Skip to content

Commit da26849

Browse files
committed
Fix typo in build script
1 parent 35586fc commit da26849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "ric_api.d.ts",
77
"scripts": {
88
"build": "cargo build",
9-
"build-ts": "npx tsc && cp src/ric_api.js src/ric_api.ts src/ric_api.d.js .",
9+
"build-ts": "npx tsc && cp src/ric_api.js src/ric_api.ts src/ric_api.d.ts .",
1010
"watch-try": "cargo watch -i \"**.js\" -i \"tstypes/**.d.ts\" -s \"deno run try\"",
1111
"try": "deno run -A npm:typescript/tsc && cargo run -- try_it_out.js"
1212
},

0 commit comments

Comments
 (0)