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": {
|
"scripts": {
|
||||||
"start": "npm run dev -w apps/demo",
|
"start": "npm run dev -w apps/demo",
|
||||||
"dev": "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",
|
"docs": "npm run dev -w apps/docs",
|
||||||
"landing-page": "npm run dev -w apps/landing-page",
|
"landing-page": "npm run dev -w apps/landing-page",
|
||||||
"test": "npm run test --workspaces --if-present",
|
"test": "npm run test --workspaces --if-present",
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
"description": "Common code for Astro Reactive Packages",
|
"description": "Common code for Astro Reactive Packages",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
|
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
|
||||||
|
|
Loading…
Reference in a new issue