Skip to content

Commit

Permalink
build(core): fix npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jun 6, 2021
1 parent 59d26f0 commit 6517803
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ release:
plugins:
- '@semantic-release/commit-analyzer'
- - '@semantic-release/exec'
- prepareCmd: npm install && npm run st:lint && npm test && npm run st:build
- prepareCmd: npm install --no-audit --legacy-peer-deps --no-optional
- - '@semantic-release/exec'
- prepareCmd: npm run st:lint
- - '@semantic-release/exec'
- prepareCmd: npm test
- - '@semantic-release/exec'
- prepareCmd: npm run st:build
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- changelogFile: CHANGELOG.md
Expand Down
3 changes: 3 additions & 0 deletions e2e/a10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"puppeteer": "10.0.0",
"ts-node": "8.10.2",
"typescript": "3.9.9"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"puppeteer": "10.0.0",
"ts-node": "8.10.2",
"typescript": "4.0.7"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"puppeteer": "10.0.0",
"ts-node": "9.1.1",
"typescript": "4.2.4"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"puppeteer": "10.0.0",
"ts-node": "7.0.1",
"typescript": "2.9.2"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"puppeteer": "10.0.0",
"ts-node": "7.0.1",
"typescript": "3.2.4"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"puppeteer": "10.0.0",
"ts-node": "7.0.1",
"typescript": "3.5.3"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"puppeteer": "10.0.0",
"ts-node": "8.10.2",
"typescript": "3.7.7"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/r7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"development": [
">0.2%"
]
},
"engines": {
"npm": "6.14.13"
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,8 @@
"> 1%",
"IE 11",
"not IE 10"
]
],
"engines": {
"npm": "6.14.13"
}
}

0 comments on commit 6517803

Please sign in to comment.