Skip to content

Commit

Permalink
Don't docker ignore rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Netfloex committed Oct 10, 2021
1 parent a24ca4e commit fc3dbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
!/yarn.lock
!/tsconfig.json
!/entrypoint.sh
!/rollup.config.ts
!/src/**
1 change: 1 addition & 0 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
"fs-extra",
"path",
"axios",
"rc-config-loader",
"chalk",
"url",
"zod",
Expand Down

0 comments on commit fc3dbf0

Please sign in to comment.