Skip to content

Commit

Permalink
fix: CI で test されるので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki committed Jan 1, 2019
1 parent ac6f954 commit c9f20b1
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 @@ -6,7 +6,7 @@
"unpkg": "dist/main.min.js",
"scripts": {
"start": "webpack-dev-server",
"prepublish": "webpack && npm run babel && npm test",
"prepublish": "webpack && npm run babel",
"babel": "babel -d lib -D src --extensions '.js,.ts'",
"format": "prettier --write '**/*.js'",
"test": "ava",
Expand Down

0 comments on commit c9f20b1

Please sign in to comment.