Loading .gitlab-ci.yml +4 −6 Original line number Diff line number Diff line Loading @@ -29,10 +29,8 @@ lint: stage: build # global cache settings are inherited to grab `node_modules` script: - node --version - npm run lint artifacts: paths: - dist/ # where ever your build results are stored pages: stage: deploy Loading @@ -43,6 +41,6 @@ pages: - cp -a dist/. public/ artifacts: paths: - public - public # where ever your build results are stored rules: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH No newline at end of file vue.config.js +1 −0 Original line number Diff line number Diff line const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ outputDir: 'public', transpileDependencies: true }) Loading
.gitlab-ci.yml +4 −6 Original line number Diff line number Diff line Loading @@ -29,10 +29,8 @@ lint: stage: build # global cache settings are inherited to grab `node_modules` script: - node --version - npm run lint artifacts: paths: - dist/ # where ever your build results are stored pages: stage: deploy Loading @@ -43,6 +41,6 @@ pages: - cp -a dist/. public/ artifacts: paths: - public - public # where ever your build results are stored rules: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH No newline at end of file
vue.config.js +1 −0 Original line number Diff line number Diff line const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ outputDir: 'public', transpileDependencies: true })