Skip to content

Commit 2351cb3

Browse files
committed
fix build during release
1 parent 9e027e8 commit 2351cb3

File tree

3 files changed

+3207
-3306
lines changed

3 files changed

+3207
-3306
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
node-version: 14
5454
registry-url: https://npm.pkg.github.com/
5555
scope: "@requestnetwork"
56-
- run: yarn
57-
- run: yarn build
5856
- run: npm ci
57+
- run: npm run build
5958
- run: npm publish
6059
env:
6160
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/xdeployer",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Fork of https://github.com/pcaversaccio/xdeployer",
55
"license": "MIT",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)