Skip to content

Commit

Permalink
improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Sep 27, 2017
1 parent a9c6281 commit 445922d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clean-scripts.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ module.exports = {
test: [
'tsc -p spec',
'karma start spec/karma.config.js',
'git checkout demo/vue/screenshot.png',
'git checkout demo/react/screenshot.png',
'git checkout demo/angular/screenshot.png',
'git checkout "demo/**/screenshot.png"',
async () => {
const { stdout } = await execAsync('git status -s')
if (stdout) {
Expand Down

0 comments on commit 445922d

Please sign in to comment.