Skip to content

Commit

Permalink
[NPM package] Fix babel cli ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 22, 2023
1 parent 47de542 commit e78039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/open.js",
"scripts": {
"build": "babel src --out-dir lib --ignore __tests__",
"build": "babel src --out-dir lib --ignore **/__tests__",
"prepublish": "npm run build"
},
"files": [
Expand Down

0 comments on commit e78039d

Please sign in to comment.