Skip to content

Commit

Permalink
🔧 Remove unwanted file from pack
Browse files Browse the repository at this point in the history
  • Loading branch information
luukdv committed Mar 24, 2020
1 parent 1f08d01 commit 1df2d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type": "module",
"scripts": {
"build": "babel src --out-dir dist",
"prepublishOnly": "npm run test:once && npm run build",
"prepublishOnly": "npm run test:once && npm run build && rm dist/.DS_Store",
"test": "jest --watch",
"test:once": "jest"
},
Expand Down

0 comments on commit 1df2d09

Please sign in to comment.