Skip to content

Commit

Permalink
chore: add package lock file (#8392)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperLife1119 authored Feb 7, 2024
1 parent 2a7bc01 commit f6c02ec
Show file tree
Hide file tree
Showing 5 changed files with 29,923 additions and 31 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ng-zorro.github.io/
# dependencies
node_modules
node_modules.*/
package-lock.json
integration/**/package-lock.json
yarn.lock

Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node-options=--max-old-space-size=14000
legacy-peer-deps=true
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stages:
versionSpec: '20.9.0' # The version we're installing
- task: Npm@1
inputs:
command: 'install'
command: 'ci'
- script: |
npm run build
export DEPLOY_DOMAIN=https://preview-${SYSTEM_PULLREQUEST_PULLREQUESTNUMBER}-ng-zorro-antd.surge.sh
Expand All @@ -56,7 +56,7 @@ stages:
steps:
- task: Npm@1
inputs:
command: 'install'
command: 'ci'
- script: |
npm run test
cat ./coverage-report/lcov.info | ./node_modules/.bin/codecov
Expand Down Expand Up @@ -84,7 +84,7 @@ stages:
steps:
- task: Npm@1
inputs:
command: 'install'
command: 'ci'
- script: npm run test:schematics

dependsOn: env
Expand All @@ -95,6 +95,6 @@ stages:
steps:
- task: Npm@1
inputs:
command: 'install'
command: 'ci'
- script: npm run lint
dependsOn: env
Loading

0 comments on commit f6c02ec

Please sign in to comment.