Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 81fd8f1

Browse files
committed
fix: run build in stages
1 parent 82db64e commit 81fd8f1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*"
55
],
66
"scripts": {
7-
"build": "wsrun build"
7+
"build": "wsrun --stages build"
88
},
99
"prettier": {
1010
"semi": false,

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,11 +1336,6 @@ es-to-primitive@^1.2.1:
13361336
is-date-object "^1.0.1"
13371337
is-symbol "^1.0.2"
13381338

1339-
esbuild-linux-64@^0.7.16:
1340-
version "0.7.16"
1341-
resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.7.16.tgz#5d1766da346a0b4e27aabaf9355aa3d720e7dfbd"
1342-
integrity sha512-8/HIOMmjPqsajFD9rtjAv7QwNjvmVIFbNeVETSMIacj6Ry58lNzPO1GQZhax0lfl45KQVeO2jRbTQrcbXHreBg==
1343-
13441339
esbuild@^0.7.16:
13451340
version "0.7.16"
13461341
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.7.16.tgz#688fe048b98eca5121bc1a8686cba99ea1f9b5ab"

0 commit comments

Comments
 (0)