Remove webext from prettier check path

pull/114/head v1.3.0
Thomas Buckley-Houston 2018-07-11 17:46:16 +08:00
rodzic 1c605e2c0d
commit 3cac9eb9a0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ install:
- npm install
- npm run build
- diff -u <(echo -n) <(gofmt -d ./)
- ./node_modules/.bin/prettier --list-different "webext/{src,test}/**/*.js"
- ./node_modules/.bin/prettier --list-different "{src,test}/**/*.js"
script:
- cd $REPO_ROOT/webext && npm test
- cd $REPO_ROOT/interfacer && go test src/browsh/*.go -v