Skip to content

Commit

Permalink
Exclude tests and typings from the final executable
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
myarmolinsky committed Sep 27, 2024
1 parent d844742 commit f1cc518
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,676 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"node_modules/axios/**/*",
"npm-shrinkwrap.json",
"oclif.manifest.json"
]
],
"ignore": [ "tests/", "typings/" ]
},
"scripts": {
"postinstall": "node patches/apply-patches.js",
Expand Down
335 changes: 0 additions & 335 deletions tests/test-data/pkg/expected-warnings-darwin-arm64.txt

This file was deleted.

Loading

0 comments on commit f1cc518

Please sign in to comment.