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