Skip to content

Commit

Permalink
Merge pull request #36 from Khan/prepare
Browse files Browse the repository at this point in the history
feat(build): add prepare script
  • Loading branch information
jtenner committed Apr 29, 2019
2 parents f373ce8 + 1cfef76 commit 829a870
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 @@ -6,7 +6,8 @@
"scripts": {
"test": "jest --no-cache",
"build": "babel src --out-dir lib",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepare": "npm run build"
},
"dependencies": {
"cssfontparser": "^1.2.1",
Expand Down

0 comments on commit 829a870

Please sign in to comment.