"scripts": { "prebuild": "rm -rf dist", "build": "tsc", "postbuild": "cd src && copy ./api/**/*.graphql ../dist/api", "dev": "NODE_ENV= ...
確定! 回上一頁