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 && \
8
8
git reset --hard && \
9
9
git clean -fx && \
10
10
npm install && \
11
+ npx tsc && \
11
12
npm run build && \
12
13
cp ./deployments/docker-entrypoint.sh ./ && \
13
14
cp .sequelizerc.example .sequelizerc && \
14
15
rm -rf .git .gitignore .travis.yml .dockerignore .editorconfig .babelrc .mailmap .sequelizerc.example \
15
16
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/
18
20
19
21
FROM $RUNTIME
20
22
USER hackmd
You can’t perform that action at this time.
0 commit comments