Skip to content

Commit

Permalink
🔧 update resources paths to delete (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcmlopes committed Jun 2, 2020
1 parent 89f7fbd commit c5ec78a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internals/helpers/clean-useless-resources.js
Expand Up @@ -7,7 +7,8 @@ const rootDirname = path.resolve(`${__dirname}/../../`)
const resourcesPathsToDelete = [
`${rootDirname}/internals`,
`${rootDirname}/docs`,
`${rootDirname}/.github`,
`${rootDirname}/.github/ISSUE_TEMPLATE`,
`${rootDirname}/.github/FUNDING.yml`,
`${rootDirname}/resources`,
`${rootDirname}/.env.example`,
`${rootDirname}/LICENSE`
Expand Down

0 comments on commit c5ec78a

Please sign in to comment.