Skip to content

Commit b946f34

Browse files
committed
chore(scripts): fix tsc:demo scripts
1 parent 9f3fc5a commit b946f34

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
@@ -49,7 +49,7 @@
4949
"prepublishOnly": "npm run build",
5050
"prepare": "husky install",
5151
"semantic-release": "semantic-release",
52-
"run:tsc:demo": "ts-node ./typescript-compiler-api-demo.ts"
52+
"run:tsc:demo": "ts-node ./src/typescript-compiler-api-demo.ts"
5353
},
5454
"author": "ysk8hori",
5555
"license": "ISC",

0 commit comments

Comments
 (0)