Skip to content

Commit

Permalink
Merge pull request #526 from bandada-infra/chore/update-configs
Browse files Browse the repository at this point in the history
Update configs
  • Loading branch information
vplasencia authored Jun 10, 2024
2 parents dd5e640 + aa4b362 commit c0f1a55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion libs/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "dist/index.node.js",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.node.js"
"require": "./dist/index.node.js",
"types": "./dist/types/index.d.ts"
},
"types": "dist/types/index.d.ts",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion libs/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "dist/index.node.js",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.node.js"
"require": "./dist/index.node.js",
"types": "./dist/types/index.d.ts"
},
"types": "dist/types/index.d.ts",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "dist/index.node.js",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.node.js"
"require": "./dist/index.node.js",
"types": "./dist/types/index.d.ts"
},
"types": "dist/types/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"start": "yarn workspaces foreach --exclude bandada-docs -A -pi run start",
"dev": "yarn workspaces foreach --exclude contracts -A -pi run dev",
"dev": "yarn workspaces foreach --exclude contracts --exclude bandada-website -A -pi run dev",
"test": "jest && yarn workspace contracts test",
"test:coverage": "yarn test:jest:coverage && yarn test:contracts:coverage",
"test:jest:coverage": "jest --coverage",
Expand Down

0 comments on commit c0f1a55

Please sign in to comment.