File tree Expand file tree Collapse file tree 5 files changed +11062
-23
lines changed Expand file tree Collapse file tree 5 files changed +11062
-23
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ jobs:
2525 uses : actions/setup-node@v1
2626 with :
2727 node-version : ${{ matrix.node-version }}
28- -
29- name : Cache Node Modules
30- if : ${{ matrix.node-version == 14 }}
31- uses : actions/cache@v2
32- with :
33- path : |
34- node_modules
35- build
36- key : cache-${{ github.run_id }}-v14
37- -
38- name : Upgrade NPM to have workspaces support
39- run : npm i -G npm@latest
28+ # -
29+ # name: Cache Node Modules
30+ # if: ${{ matrix.node-version == 14 }}
31+ # uses: actions/cache@v2
32+ # with:
33+ # path: |
34+ # node_modules
35+ # build
36+ # key: cache-${{ github.run_id }}-v14
37+ # -
38+ # name: Upgrade NPM to have workspaces support
39+ # run: npm i -G npm
4040 -
4141 name : Install Dependencies
42- run : npm install && npx lerna link convert
42+ run : npm install
4343 -
4444 name : Run Tests
4545 run : npm test
@@ -57,13 +57,13 @@ jobs:
5757 uses : actions/setup-node@v1
5858 with :
5959 node-version : 14
60- -
61- name : Load Cache
62- uses : actions/cache@v2
63- with :
64- path : |
65- node_modules
66- build
67- key : cache-${{ github.run_id }}-v14
60+ # -
61+ # name: Load Cache
62+ # uses: actions/cache@v2
63+ # with:
64+ # path: |
65+ # node_modules
66+ # build
67+ # key: cache-${{ github.run_id }}-v14
6868 -
6969 run : npm run lint
Original file line number Diff line number Diff line change 1111pids
1212.idea
1313yarn.lock
14- package-lock.json
14+ packages / * / package-lock.json
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "useWorkspaces" : true ,
65 "version" : " 0.7.7"
76}
You can’t perform that action at this time.
0 commit comments