Commit b0ba4cda authored by JunHyung An's avatar JunHyung An
Browse files

Merge branch 'Ci-test' into 'main'

Update .gitlab-ci.yml file

See merge request !1
parents 784ec871 56e89227
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ before_script:
  - npm ci --cache node_modules/ --prefer-offline
#   # monorepo users: run secondary install actions
#   - npx lerna bootstrap -- --cache .npm/ --prefer-offline
  - npm run build

build:
  stage: build
  # global cache settings are inherited to grab `node_modules`
  script:  
    - npm run build
    - npm run lint
  artifacts:
    paths:
@@ -38,7 +38,7 @@ pages:
  when: on_success # only if previous stages' jobs all succeeded
  # override inherited cache settings since node_modules is not needed
  script:
     mv dist public
     - mv dist public
  artifacts:
    paths:
      - public