habu-ori / study

0 stars 0 forks source link

Task Runner - npm Scripts #23

Open habu-ori opened 2 years ago

habu-ori commented 2 years ago

◆NPMとは

◆npm scriptsとは

以下のコマンドで実行できる。

npm run <script-name>
npm run test

npm scriptsの使用例