Skip to content

Commit

Permalink
Makes sure we run soy before generating the site (Fixes liferay#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas authored and Kien Do committed Feb 21, 2018
1 parent e9d9970 commit eb744b7
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 eb744b7

Please sign in to comment.