Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Adds prepublish compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas authored and carloslancha committed Dec 27, 2017
1 parent e6a9dde commit 4c9e8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clay-management-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
],
"scripts": {
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|dropdown|icon|link|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down

0 comments on commit 4c9e8fb

Please sign in to comment.