mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 12:20:37 +00:00
chore: add build:esm
script so it can be called from root script
This commit is contained in:
parent
d8f757428f
commit
31740e7a3d
@ -33,7 +33,8 @@
|
||||
"privacy"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "run-s build:**",
|
||||
"build:esm": "tsc",
|
||||
"fix": "run-s fix:*",
|
||||
"fix:prettier": "prettier . --write",
|
||||
"fix:lint": "eslint src tests --ext .ts --ext .cjs --fix",
|
||||
|
Loading…
x
Reference in New Issue
Block a user