yarn run. Runs a defined package script. You may define scripts in your package.json file. { "name": "my-package", "scripts": { "build": "babel src -d lib", ...
確定! 回上一頁