mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 09:04:19 +00:00
Run build in parallel
They use to have intra-dependencies but not the case anymore.
This commit is contained in:
parent
5baf42c76e
commit
7b54dd1b59
@ -24,7 +24,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"build": "rimraf ./build; run-s build:**",
|
||||
"build": "rimraf ./build; run-p build:**",
|
||||
"build:main": "tsc -p tsconfig.json",
|
||||
"build:esm": "tsc --module es2015 --target es2015 --outDir build/esm",
|
||||
"build:umd": "webpack --config webpack.config.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user