Skip to content

Commit

Permalink
fix: update package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 24, 2023
1 parent 8c2c953 commit b0d7908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build:deps": "turbo build --no-daemon --filter='@vechainfoundation/*'",
"clean": "rm -rf .turbo .parcel-cache build && npx turbo@latest run clean",
"cucumber": "yarn && cucumber-js",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md,json,js,jsx}\"",
"install:all": "yarn && yarn run build:deps",
"lint": "turbo run lint",
Expand Down
4 changes: 2 additions & 2 deletions packages/dapp-kit-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.tsx --format cjs --dts --external react",
"build": "tsup src/index.tsx --format cjs,esm --dts --external react",
"clean": "rm -rf dist .turbo",
"dev": "tsup src/index.tsx --format cjs --watch --dts --external react",
"dev": "tsup src/index.tsx --format cjs,esm --watch --dts --external react",
"lint": "tsc --noEmit && eslint src --ext .js,.jsx,.ts,.tsx",
"purge": "yarn clean && rm -rf node_modules"
},
Expand Down

0 comments on commit b0d7908

Please sign in to comment.