mirror of https://github.com/waku-org/js-waku.git
Remove useless script
npm i must be run first to have `run-s` available.
This commit is contained in:
parent
bf288771c4
commit
b109fa4407
|
@ -33,9 +33,8 @@
|
|||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.{ts,tsx},public/**/*.html}\"",
|
||||
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
|
||||
"fix:lint": "eslint src --ext .ts --ext .tsx --fix",
|
||||
"js-waku:install": "cd ../; npm install",
|
||||
"js-waku:build": "cd ../; npm run build",
|
||||
"predeploy": "run-s js-waku:* build",
|
||||
"predeploy": "run-s js-waku:build build",
|
||||
"deploy": "gh-pages -d build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
Loading…
Reference in New Issue