We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf2e9b commit fc9f421Copy full SHA for fc9f421
.github/workflows/release.yml
@@ -12,8 +12,9 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: '16'
15
+ registry-url: 'https://registry.npmjs.org'
16
- name: Install dependencies
- run: npm install --legacy-peer-deps
17
+ run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
18
- name: Prettier check
19
run: npm run check:prettier
20
- name: Check linting
.npmrc
0 commit comments