Skip to content

Commit

Permalink
Remove .npmrc reference to @typescript
Browse files Browse the repository at this point in the history
It hasn't been needed since the move to github.
  • Loading branch information
sandersn committed May 18, 2022
1 parent 7cc81f5 commit 6bad001
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

5 changes: 1 addition & 4 deletions azure-pipelines-userTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ pool:
vmImage: 'ubuntu-latest'

jobs:
- job: 'DetectNewErrors'
- job: 'UserTestInline'
timeoutInMinutes: 360
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- task: npmAuthenticate@0
inputs:
workingFile: './.npmrc'
- script: |
npm ci
npm run build
Expand Down
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ pool:
vmImage: 'ubuntu-latest'

jobs:
- job: 'DetectNewErrors'
- job: 'BuildAndTest'
timeoutInMinutes: 360
steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
displayName: 'Install Node.js'
- task: npmAuthenticate@0
inputs:
workingFile: './.npmrc'
- script: |
npm ci
npm run build
Expand Down

0 comments on commit 6bad001

Please sign in to comment.