Can use npm instead of yarn

This commit is contained in:
Olof Bjarnason 2020-03-11 22:27:26 +01:00 committed by GitHub
parent 04efdd204e
commit f4cd4da314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ These can be run using [`elm-test`](https://github.com/elm-explorations/test) an
```bash
# in the root elm-ui directory
yarn install
yarn run test
yarn install # or npm install
yarn run test # or npm run test
```
**Note** you need to be at the `elm-ui` root dir.
@ -52,4 +52,4 @@ yarn test-render-sauce
https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/
https://wiki.saucelabs.com/display/DOCS/Sauce+Labs+Basics
https://github.com/saucelabs-sample-test-frameworks/Python-Pytest-Selenium
https://github.com/saucelabs-sample-test-frameworks/Python-Pytest-Selenium