mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
Delete build folder before building
This commit is contained in:
parent
ac56778950
commit
354ca4e7b5
@ -24,7 +24,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"build": "run-s build:**",
|
"build": "rimraf ./build; run-s build:**",
|
||||||
"build:main": "tsc -p tsconfig.json",
|
"build:main": "tsc -p tsconfig.json",
|
||||||
"build:dev": "tsc -p tsconfig.dev.json",
|
"build:dev": "tsc -p tsconfig.dev.json",
|
||||||
"build:esm": "tsc --module es2015 --target es2015 --outDir build/esm",
|
"build:esm": "tsc --module es2015 --target es2015 --outDir build/esm",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user