Open2021/09/04にコメント追加1npmスクリプト npmスクリプトで引数を渡す https://www.twilio.com/blog/npm-scripts-jp "scripts": { "demo": "echo \"Hello $npm_config_first $npm_config_last\"" } npm run demo --last=Kundel --first=Dominik ログインするとコメントできますLogin
npmスクリプトで引数を渡す https://www.twilio.com/blog/npm-scripts-jp "scripts": { "demo": "echo \"Hello $npm_config_first $npm_config_last\"" } npm run demo --last=Kundel --first=Dominik