Skip to content

Commit

Permalink
feat: adding contracts at ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Apr 5, 2024
1 parent 68b6400 commit 5ea4e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"lerna": "lerna",
"ci": "yarn && yarn lint && yarn build:module && yarn build:react",
"ci": "yarn && yarn lint && yarn build:module && yarn build:react && yarn build:contracts",
"bootstrap": "yarn install && yarn lerna bootstrap",
"start:cli": "lerna exec --scope create-mesh-dapp -- yarn dev",
"start:demo": "lerna exec --scope @meshsdk/playground -- yarn dev",
Expand Down

0 comments on commit 5ea4e97

Please sign in to comment.