chore(plugin-seo): remove test script from package.json (#4762)
This commit is contained in:
committed by
Alessio Gravili
parent
06c8f5de32
commit
faef85b78f
@@ -8,10 +8,9 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint src",
|
||||
"lint:fix": "eslint --fix --ext .ts,.tsx src",
|
||||
"clean": "rimraf dist",
|
||||
"clean": "rimraf {dist,*.tsbuildinfo}",
|
||||
"prepublishOnly": "yarn clean && yarn build"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user