Skip to content

Commit

Permalink
npm ci (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbo47 authored Dec 22, 2023
1 parent b3fde19 commit a6651d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Install and build
run: |
npm install
npm ci
npm run build:showcase
- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm ci
- run: npm run build
- run: |
cd dist/ngx-maplibre-gl
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules/**": true,
".ng_build": true
},
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Install project dependencies (package.json)

```
npm install
npm ci
```

## Run ngx-maplibre-gl showcase
Expand Down

0 comments on commit a6651d2

Please sign in to comment.