Skip to content

Commit

Permalink
Exclude .tgz files in @cli/examples published package
Browse files Browse the repository at this point in the history
  • Loading branch information
carnesen committed Sep 12, 2022
1 parent 6e3d8d1 commit c291ccb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/cli-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
"ts-node": "10.7.0",
"typescript": "4.6.4"
},
"files": [
"lib",
"src",
".eslintrc.json",
".npmrc",
"changelog.md",
"jest.config.js",
"license.md",
"package.json",
"readme.md",
"tsconfig.json"
],
"keywords": [
"typescript",
"nodejs",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This script calls "npm publish" on each of the packages in this monorepo and
# updates the internal dependecies accordingly.
# updates the internal dependencies accordingly.

set -eo pipefail # exit on error

Expand Down

0 comments on commit c291ccb

Please sign in to comment.