Skip to content

Commit

Permalink
use new test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Oct 22, 2024
1 parent 6c88cf9 commit 8d76ebe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/base-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecronix/base-shell",
"version": "2.6.49-master.0",
"version": "2.6.47-alpha.1",
"description": "base-shell React component",
"type": "module",
"files": [
Expand All @@ -18,7 +18,7 @@
"build:package": "vite build && tsc",
"dev": "vite",
"cypress:run": "cypress run",
"setup-template": "npm create @ecronix/base-shell@latest -y template-app",
"setup-template": "npm create @ecronix/base-shell@$(git branch --show-current) -y template-app",
"start-template": "cd template-app && npm run dev",
"test:e2e": "npm run setup-template && start-server-and-test start-template http://localhost:5173 cypress:run && rm -rf template-app"
},
Expand Down Expand Up @@ -57,5 +57,6 @@
"ecronix",
"react-most-wanted",
"base-shell"
]
],
"gitHead": "a90224fcc897992ad6bb85e613ae50a24aa2a936"
}

0 comments on commit 8d76ebe

Please sign in to comment.