mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
test(): allow core to use cached node modules (#24146)
This commit is contained in:
@ -16,7 +16,7 @@ runs:
|
|||||||
path: ./core/node_modules
|
path: ./core/node_modules
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}-v1
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}-v1
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
working-directory: ./core
|
working-directory: ./core
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Build Core
|
- name: Build Core
|
||||||
|
Reference in New Issue
Block a user