Skip to content

Commit 49ec723

Browse files
committedMar 31, 2023
chore(example): update scripts field in package.json
1 parent 11c4cff commit 49ec723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/babel-transform-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "4.0.7",
55
"description": "Transform Typescript Example.",
66
"scripts": {
7-
"watch": "tsbb watch 'src/**/*.ts' --use-babel --no-esm",
8-
"build": "tsbb build 'src/**/*.ts' --use-babel --no-esm",
7+
"watch": "tsbb watch \"src/**/*.ts\" --use-babel --no-esm",
8+
"build": "tsbb build \"src/**/*.ts\" --use-babel --no-esm",
99
"test": "tsbb test",
1010
"coverage": "tsbb test --coverage --bail"
1111
},

0 commit comments

Comments
 (0)
Please sign in to comment.