Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skips .files on Mac #8

Closed
tomas-hartman opened this issue Feb 14, 2022 · 1 comment
Closed

Skips .files on Mac #8

tomas-hartman opened this issue Feb 14, 2022 · 1 comment

Comments

@tomas-hartman
Copy link

I can't seem to successfully compile files prepended with . (.babelrc, .eslintrc.js, .env) on Mac.

I installed dir-archiver as a node package and run it as a npm script via CLI.

Failing command:

"build:prepare:src": "dir-archiver --src . --dest ./output.zip --exclude build dist .vscode .parcel-cache node_modules src/_dev",

This should exclude .vscode folder, but should inslude files such as those mentioned above.

node: node@16

@tomas-hartman
Copy link
Author

My bad, ls -a was what I should use. Closing now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant