diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 22:04:06 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 22:04:06 +0100 |
| commit | 8a05236fea86f0a9214798193c652b1b09674565 (patch) | |
| tree | d873f32830b64d7f94de089a18787ed2861592e6 /.gitlab-ci.yml | |
| parent | 98d5844b21b3e348d8b27f9ce7e7c6859e1a27c7 (diff) | |
Updated the CI to match npm
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b220ca..eded231 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,7 @@ -# The Docker image that will be used to build your app image: node:lts create-pages: pages: - publish: public - before_script: - - mkdir public + publish: dist script: - - cp index.html index.css favicon.ico icon.png *.js *.mjs public/ + - npm install + - npm run build
\ No newline at end of file |
