Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Add prepublish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayd committed Feb 4, 2016
1 parent fd454f5 commit 36df5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"url": "https://github.com/rayd/snabbdom-virtualize.git"
},
"scripts": {
"prepublish": "npm run build",
"build": "babel src/index.js --out-file index.js",
"watch": "babel src/index.js --watch --out-file index.js",
"test": "karma start test/karma.conf.js"
Expand Down

0 comments on commit 36df5ad

Please sign in to comment.