Skip to content

Commit

Permalink
Update --ignore flag in prepublish script
Browse files Browse the repository at this point in the history
stories -> stories/ to ignore only folders
added test.js
  • Loading branch information
usulpro committed Apr 24, 2017
1 parent ad325c3 commit 4845e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('./ver');


const args = [
'--ignore tests,__tests__,stories,story.jsx,story.js',
'--ignore tests,__tests__,test.js,stories/,story.jsx,story.js',
'--plugins "transform-runtime"',
'./src --out-dir ./dist',
'--copy-files',
Expand Down

0 comments on commit 4845e21

Please sign in to comment.