We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72d2aef + 72822e6 commit cfec2e4Copy full SHA for cfec2e4
.github/workflows/release.yml
@@ -12,7 +12,9 @@ jobs:
12
with:
13
node-version: '18.x'
14
registry-url: 'https://registry.npmjs.org'
15
- - run: npx tsc
+ - name: yarn install
16
+ run: yarn --frozen-lockfile
17
+ - run: yarn tsc
18
- run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "teremock",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "File-based real mocks request mocker for playwright",
5
"main": "dist",
6
"repository": {
0 commit comments