chore: remove test step for packages/common

This commit is contained in:
Ayo 2022-10-21 14:10:35 +02:00
parent 4fd6f33fe9
commit ddccd5cf80
2 changed files with 1 additions and 3 deletions

View file

@ -16,6 +16,7 @@
"scripts": {
"start": "npm run dev -w apps/demo",
"dev": "npm run dev -w apps/demo",
"demo": "npm run dev -w apps/demo",
"docs": "npm run dev -w apps/docs",
"landing-page": "npm run dev -w apps/landing-page",
"test": "npm run test --workspaces --if-present",

View file

@ -4,9 +4,6 @@
"description": "Common code for Astro Reactive Packages",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"