mirror of
https://github.com/hacks-guide/Guide_Vita.git
synced 2024-11-23 01:29:51 +00:00
Proper CI procedures for npm (#170)
* Commit the package-lock.json Needed for faster CI builds (as if it wasn't fast already, but let's follow proper procedures here.) * workflow: use npm ci This should result in a faster dependency install. Needs package-lock.json
This commit is contained in:
parent
b38cb3d6a6
commit
528dfe55de
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Run VuePress
|
||||
# Build the site using VuePress
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,5 @@ node_modules
|
||||
.temp
|
||||
.cache
|
||||
dist
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
yarn-error.log
|
||||
yarn-error.log
|
||||
|
1909
package-lock.json
generated
Normal file
1909
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user