From c2960f11e8df6ae579ff85634dbf55f1bc05e782 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 7 Mar 2017 04:23:23 +0100 Subject: [PATCH] fixed typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2c642b..f34232f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ pages: - mkdir -p public/{app/converter,node_modules/{@angular,core-js/client,zone.js/dist,reflect-metadata,rxjs,systemjs/dist,utf8,quoted-printable,punycode}} - cp -a index.html abeezee-regular.woff freemono.* package.json systemjs.config.js public/ - cp -a app/*.css app/*.html app/*.js app/*.js.map public/app/ - - cp -a app/converter/*.js app/converter/*.js.map publiv/app/converter/ + - cp -a app/converter/*.js app/converter/*.js.map public/app/converter/ - cp -a node_modules/@angular/* public/node_modules/@angular/ - cp -a node_modules/core-js/client/shim.js public/node_modules/core-js/client/ - cp -a node_modules/zone.js/dist/zone.js public/node_modules/zone.js/dist/