Skip to content

Commit 7015e96

Browse files
committed
chore: maintain stable changes
1 parent 95d4538 commit 7015e96

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"compact": "compact compile src/midnight-setup.compact ./src/managed/midnight-setup",
20-
"build": "rm -rf dist && tsc --project tsconfig.build.json && mkdir -p dist/managed && cp -R ./src/managed/midnight-setup ./dist/managed/midnight-setup && cp ./src/midnight-setup.compact dist && node ./scripts/patch-types.cjs",
20+
"build": "rm -rf dist && tsc --project tsconfig.build.json && mkdir -p dist/managed && cp -R ./src/managed/midnight-setup ./dist/managed/midnight-setup && cp ./src/midnight-setup.compact dist",
2121
"lint": "eslint src",
2222
"typecheck": "tsc -p tsconfig.json --noEmit",
2323
"prepack": "yarn build"

packages/contract/scripts/patch-types.cjs

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)