Skip to content

Commit fc9f421

Browse files
delete npmrc
1 parent fcf2e9b commit fc9f421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: '16'
15+
registry-url: 'https://registry.npmjs.org'
1516
- name: Install dependencies
16-
run: npm install --legacy-peer-deps
17+
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
1718
- name: Prettier check
1819
run: npm run check:prettier
1920
- name: Check linting

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)