chore(plugin-seo): remove test script from package.json (#4762)

This commit is contained in:
Alessio Gravili
2024-01-10 14:38:13 +01:00
committed by Alessio Gravili
parent 06c8f5de32
commit faef85b78f

View File

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