mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
fix: move audit up
This commit is contained in:
@@ -24,12 +24,12 @@ jobs:
|
||||
- run:
|
||||
name: Update NPM
|
||||
command: sudo npm update -g npm
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm install
|
||||
- run:
|
||||
name: Audit dependencies
|
||||
command: npm audit
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm install
|
||||
- save_cache:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user