Remove useless script

npm i must be run first to have `run-s` available.
This commit is contained in:
Franck Royer 2021-04-28 11:52:26 +10:00
parent bf288771c4
commit b109fa4407
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 2 deletions

View File

@ -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": {