Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ pages: # override inherited cache settings since node_modules is not needed script: - npm run build - cp -a dist/. public/ artifacts: paths: - public # where ever your build results are stored Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ pages: # override inherited cache settings since node_modules is not needed script: - npm run build - cp -a dist/. public/ artifacts: paths: - public # where ever your build results are stored Loading