Skip to content

Commit

Permalink
fix: resolve issue with unquoted glob path in build script for specif…
Browse files Browse the repository at this point in the history
…ied imports
  • Loading branch information
kiki-kanri committed Oct 18, 2024
1 parent aafe978 commit 4831bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "git+https://github.com/kiki-kanri/kikiutils-node.git"
},
"scripts": {
"build": "ts-project-builder ./src/**/*.ts --clean",
"build": "ts-project-builder './src/**/*.ts' --clean",
"bumplog": "changelogen --bump",
"test": "jest --coverage"
},
Expand Down

0 comments on commit 4831bb6

Please sign in to comment.