Skip to content

Commit

Permalink
fix: do not publish tarball inside package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Nov 11, 2024
1 parent 8725c28 commit 0e39b37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion postbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ done
echo "ℹ️ Building schematics"
cd projects/ngx-meta/schematics
pnpm run build
cd "$(dirname "$0")"
cd -

# Ignore tarballs
echo "ℹ️ Ignore tarballs on dist dir"
printf '\n# Ignore tarballs\n*.tgz' >> "$NGX_META_DIST_DIR/.npmignore"

0 comments on commit 0e39b37

Please sign in to comment.