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

Commit

Permalink
(travis): fix bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Crete committed Jun 22, 2018
1 parent 9379911 commit 45696c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
cache: yarn

script:
- (cd packages/scripts && yarn) && cd (packages/create && yarn)
- (cd packages/scripts && yarn) && (cd packages/create && yarn)
- yarn lerna bootstrap
- (cd packages/scripts && yarn prepare && yarn test)
- yarn lerna link
Expand Down
4 changes: 2 additions & 2 deletions docs/website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"features-formatting": "Feature: Code Formatting",
"Code Formatting": "Code Formatting",
"features": "Features",
"features-linting": "Feature: Code Linting",
"Code Linting": "Code Linting",
"features-linting": "Feature: Linting",
"Linting": "Linting",
"features-modern": "Feature: Modern JavaScript",
"Modern JavaScript": "Modern JavaScript",
"features-testing": "Feature: Testing",
Expand Down

0 comments on commit 45696c4

Please sign in to comment.