Skip to content

Commit

Permalink
Update PrepareToDeployNpm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed Jan 17, 2024
1 parent 92b75fb commit 631e05d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gulp/Tasks/PrepareToDeployNpm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ const utils = require('./Utils');

// Store the list of files that should be removed before deploy to NPM
const listOfPathFilesToRemove = [
'./.github',
'./.vscode',
'./gulp',
'./pipelines',
'./.eslintignore',
'./.eslintrc.json',
'./.github',
'./.prettierignore',
'./.prettierrc.json',
'./.snyk',
'./.stylelintignore',
'./.stylelintrc.json',
'./.vscode',
'./CODEOWNERS',
'./gulp',
'./gulpfile.js',
'./node_modules',
'./pipelines',
'./tsconfig.json',
'./typedoc.json',
];
Expand Down

0 comments on commit 631e05d

Please sign in to comment.