mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-29 21:55:21 +00:00
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…
x
Reference in New Issue
Block a user