Skip to content

Commit

Permalink
Update the cleanup script to only remove specific files. #86
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvanbraam committed Jul 22, 2019
1 parent d9e2fef commit ab8ffa0
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 ab8ffa0

Please sign in to comment.