Skip to content

Commit bb8476e

Browse files
committed
merge error fixed
2 parents b8f1bef + daeaa2f commit bb8476e

File tree

5 files changed

+790
-53
lines changed

5 files changed

+790
-53
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "lerna run build",
6+
"test": "lerna run test",
67
"lerna-publish": "lerna publish --no-private --conventional-commits",
78
"lerna-publish-beta": "lerna publish --no-private --conventional-commits from-git --dist-tag beta"
89
},

packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"prebuild-windows": "del /s /q dist",
2222
"prebuild": "rd -rf dist",
2323
"build": "yarn prebuild && tsc",
24+
"build-windows": "yarn prebuild-windows && tsc",
2425
"start": "tsc --watch",
2526
"prepare": "install-peers",
2627
"test": "yarn prepare && yarn build && yarn jest"

packages/freighter/package-lock.json

-39
This file was deleted.

packages/types/package-lock.json

-13
This file was deleted.

0 commit comments

Comments
 (0)