mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 09:04:19 +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"
|
"privacy"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "run-s build:**",
|
||||||
|
"build:esm": "tsc",
|
||||||
"fix": "run-s fix:*",
|
"fix": "run-s fix:*",
|
||||||
"fix:prettier": "prettier . --write",
|
"fix:prettier": "prettier . --write",
|
||||||
"fix:lint": "eslint src tests --ext .ts --ext .cjs --fix",
|
"fix:lint": "eslint src tests --ext .ts --ext .cjs --fix",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user