Skip to content

Commit

Permalink
chore(example): update scripts field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 31, 2023
1 parent 11c4cff commit 49ec723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/babel-transform-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "4.0.7",
"description": "Transform Typescript Example.",
"scripts": {
"watch": "tsbb watch 'src/**/*.ts' --use-babel --no-esm",
"build": "tsbb build 'src/**/*.ts' --use-babel --no-esm",
"watch": "tsbb watch \"src/**/*.ts\" --use-babel --no-esm",
"build": "tsbb build \"src/**/*.ts\" --use-babel --no-esm",
"test": "tsbb test",
"coverage": "tsbb test --coverage --bail"
},
Expand Down

0 comments on commit 49ec723

Please sign in to comment.