mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 06:43:12 +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