config.cli: use as default by symlinking to config

This commit is contained in:
Jesse Chan
2020-09-16 19:56:06 +08:00
parent 13480c9bab
commit 568c2cb57f
8 changed files with 32 additions and 31 deletions

View File

@@ -17,7 +17,6 @@ RUN npm set unsafe-perm true
RUN npm install
# Build package
RUN cp config.cli.js config.js
RUN npm run build
RUN npm pack --ignore-scripts