Skip to content

Commit

Permalink
Makes sure we run soy before generating the site (Fixes #509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas committed Feb 8, 2018
1 parent cee533e commit 5e9552a
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 @@ -12,9 +12,10 @@
"lint": "eslint packages/clay-*/src/*.js packages/clay-*/src/**/*.js && npm run mcritic",
"mcritic": "mcritic packages/ --ignore '**/{browserslist-config-clay-components,claycss.com,generator-metal-clay,node_modules}/**'",
"prettier": "prettier-eslint packages/clay-*/src/*.js packages/clay-*/src/**/*.js",
"soy": "lerna run soy",
"start": "http-server . -p 4000",
"test": "npm run build && npm run jest && npm run a11y",
"electric": "npm run compile && cd packages/claycss.com && el",
"electric": "npm run soy && npm run compile && cd packages/claycss.com && el",
"web": "npm run electric -- run",
"deploy": "npm run electric -- deploy"
},
Expand Down

0 comments on commit 5e9552a

Please sign in to comment.