Skip to content

Commit b469319

Browse files
authored
chore: Remove package lock (#247)
* Remove package lock * Don't use npm ci
1 parent 15aeb91 commit b469319

File tree

4 files changed

+3
-22632
lines changed

4 files changed

+3
-22632
lines changed

.github/workflows/testcafe-testing-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
- uses: actions/checkout@v1
23-
- run: npm ci
23+
- run: npm install
2424
- run: npm run validate
2525
- name: Run TestCafe Tests
2626
uses: DevExpress/testcafe-action@latest
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 12
3636
- uses: actions/checkout@v1
37-
- run: npm ci
37+
- run: npm install
3838
- run: npm run build
3939
- run: ls -asl dist
4040
- run: npx semantic-release

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ language: node_js
1616
node_js: "stable"
1717
before_install:
1818
- stty cols 80
19-
cache:
20-
directories:
21-
- "~/.npm"
2219
notifications:
2320
email: false
24-
install: npm ci
2521
script: npm run validate
2622
after_success: npx semantic-release
2723
branches:

0 commit comments

Comments
 (0)