chore: fix `fix` script

This commit is contained in:
fryorcraken.eth 2022-10-31 08:33:19 +11:00
parent 2e60d90d7d
commit c3ef7cb6c2
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
"build:bundle": "rollup --config rollup.config.js",
"size": "npm run build && size-limit",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" \"./*.json\" \"*.*js\" \".github/**/*.yml\" --write",
"fix:prettier": "prettier \"src/**/*.ts\" \"./*.json\" \"*.*js\" --write",
"fix:lint": "eslint src --ext .ts --ext .cjs --fix",
"pretest": "run-s pretest:*",
"pretest:1-init-git-submodules": "[ -f './nwaku/build/wakunode2' ] || git submodule update --init --recursive",