do not use npm set-script

stackblitzではエラーになるため
This commit is contained in:
Nebel 2022-03-01 17:50:50 +09:00
parent 8b68ba4732
commit fbbe42be29

View file

@ -23,11 +23,7 @@ npx jest --watchAll
この設定を行うと、`npm test` コマンドでJestを実行できるようになります。
```bash
npm set-script test jest
```
実行すると、`package.json` には下記のような設定が追加されます。
`package.json``scripts` プロパティの中を下記のように変更します。
```json
{