Skip to content

Commit

Permalink
remove yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol Scott committed Jul 29, 2020
1 parent f9f1d7f commit 27aa8b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion bin/web
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev() {

build() {
cd "$ROOT"/web/app
yarn lingui compile && yarn webpack
yarn run lingui compile && yarn webpack

This comment has been minimized.

Copy link
@alpeb

alpeb Jul 29, 2020

Member

From my testing, the run part is not needed here

This comment has been minimized.

Copy link
@scottcarol

scottcarol Jul 29, 2020

Contributor

TIL -- good observation. Just removed.

}

get-pod() {
Expand Down
5 changes: 0 additions & 5 deletions web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,5 @@
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
}
},
"scripts": {
"lingui add-locale": "lingui add-locale",
"lingui extract": "lingui extract",
"lingui compile": "lingui compile"
}
}

0 comments on commit 27aa8b6

Please sign in to comment.