Skip to content

Commit

Permalink
Revert "imporve dev mode"
Browse files Browse the repository at this point in the history
This reverts commit 9d135c8.
  • Loading branch information
mmaurello committed Oct 25, 2024
1 parent 10fc344 commit 5076e22
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "pnpm run build -- --watch",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "pnpm run build -- --watch",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Moonbeam Routed Liquidity",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "pnpm run build -- --watch",
"typecheck": "tsc --noEmit",
"prepack": "prettier --write build/index.d.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "pnpm run build -- --watch",
"typecheck": "tsc --noEmit",
"test:acc": "vitest --run --testTimeout 300000 ./tests/acceptance",
"prepack": "prettier --write build/index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "pnpm run build -- --watch",
"test": "vitest --run",
"test:watch": "vitest",
"test:update": "vitest -u",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "pnpm run build -- --watch",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dependsOn": ["^build"]
},
"dev": {
"cache": false,
"persistent": true
"cache": false
},
"link": {
"cache": false
Expand Down

0 comments on commit 5076e22

Please sign in to comment.