Skip to content

Commit

Permalink
Change: sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
yzane committed Mar 11, 2020
1 parent 138420f commit 6f25356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ jsconfig.json
work/**
*.bat
.eslintrc.json
sample/**
1 change: 0 additions & 1 deletion src/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ var removeNPMAbsolutePaths = require('removeNPMAbsolutePaths');
console.log('delete file...');
deleteFile(path.join(__dirname, '..', 'node_modules', 'emoji-images', 'json'));
deleteFile(path.join(__dirname, '..', 'node_modules', 'puppeteer', '.local-chromium'));
deleteFile(path.join(__dirname, '..', 'sample', 'README.*'));

removeNPMAbsolutePaths(path.join(__dirname, '..', 'node_modules'), { force: true, fields: ['_where', '_args']})
.then(results => results.forEach(result => {
Expand Down

0 comments on commit 6f25356

Please sign in to comment.