File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ RUN set -xe && \
88 git reset --hard && \
99 git clean -fx && \
1010 npm install && \
11+ npx tsc && \
1112 npm run build && \
1213 cp ./deployments/docker-entrypoint.sh ./ && \
1314 cp .sequelizerc.example .sequelizerc && \
1415 rm -rf .git .gitignore .travis.yml .dockerignore .editorconfig .babelrc .mailmap .sequelizerc.example \
1516 test docs contribute \
16- package-lock.json webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
17- config.json.example README.md CONTRIBUTING.md AUTHORS node_modules
17+ webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
18+ config.json.example README.md CONTRIBUTING.md AUTHORS node_modules \
19+ lib/
1820
1921FROM $RUNTIME
2022USER hackmd
You can’t perform that action at this time.
0 commit comments