Skip to content

Feat/927 lerna tests #933

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ before_install:
before_script:
- npm install -g lerna@3.0.0-beta.21
- npm run bootstrap
- lerna add @pattern-lab/engine-mustache
- lerna add @pattern-lab/engine-handlebars
- lerna add @pattern-lab/engine-underscore
- lerna add @pattern-lab/engine-liquid
- lerna add @pattern-lab/engine-twig
- lerna add @pattern-lab/engine-react
- lerna add @pattern-lab/engine-mustache --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-handlebars --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-underscore --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-liquid --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-twig --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-react --scope=@pattern-lab/core

branches:
only:
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "gulpfile.js",
"scripts": {
"build": "webpack-cli --config webpack.config.js --progress",
"watch": "webpack-cli --config webpack.config.js --progress --watch"
"watch": "webpack-cli --config webpack.config.js --progress --watch",
"test": "npm run build -- --bail"
},
"authors": [
{
Expand Down