NPM script concept. NPM allows package.json File scripts Field definition script: { // ... "scripts": { "build": "node build.js" } }.
確定! 回上一頁