Skip to content

Commit 8a28d58

Browse files
committed
Add router plugin
1 parent a19c1d0 commit 8a28d58

File tree

11 files changed

+1325
-2
lines changed

11 files changed

+1325
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"scripts": {
1717
"build": "cross-env NODE_ENV=production gulp build",
1818
"build:debug": "gulp build",
19-
"test": "npm run build:debug && cypress run",
20-
"test:cypress": "cypress run"
19+
"test": "gulp build && vitest run && cypress run",
20+
"test:cypress": "cypress run",
21+
"test:vitest": "vitest run"
2122
},
2223
"peerDependencies": {
2324
"alpinejs": "^3.13.0"

0 commit comments

Comments
 (0)