Skip to content

Commit

Permalink
fix: package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos358 committed May 22, 2018
1 parent 7feea00 commit 01b9f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"clean": "xt-clean",
"docs": "xt-docs",
"test": "xt-test",
"test:coveralls": "xt-test --coveralls",
"release": "git add . && git commit && standard-version"
},
"devDependencies": {
Expand Down Expand Up @@ -55,4 +56,4 @@
}
]
}
}
}

0 comments on commit 01b9f89

Please sign in to comment.