chore: remove test step for packages/common
This commit is contained in:
parent
4fd6f33fe9
commit
ddccd5cf80
2 changed files with 1 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue