Skip to content

Commit

Permalink
Merge pull request #90 from mediamonks/feature/update-cleanup-script
Browse files Browse the repository at this point in the history
Update the cleanup script
  • Loading branch information
ThaNarie authored Jul 22, 2019
2 parents d9e2fef + ab8ffa0 commit 1fd1143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-tools/script/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ function clean() {
path.join(projectRoot, 'src/app/svg/icon/*.svg'),

// pages
path.join(projectRoot, 'src/data/*'),
path.join(projectRoot, 'src/data/home.yaml'),
path.join(projectRoot, 'src/data/about.yaml'),
path.join(projectRoot, 'src/data/test.js'),

// blocks
path.join(projectRoot, 'src/app/component/block/paragraph'),
Expand Down

0 comments on commit 1fd1143

Please sign in to comment.