Skip to content

Commit 3e9b618

Browse files
committed
Fix cypress commands
1 parent 35abeff commit 3e9b618

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"docs:build": "vuepress build docs",
1616
"docs:publish": "surge docs/.vuepress/dist https://vue-announcer-v2.surge.sh",
1717
"release": "standard-version",
18-
"test": "node_modules/.bin/cypress run",
19-
"test:open": "node_modules/.bin/cypress open",
18+
"test": "cypress run",
19+
"test:open": "cypress open",
2020
"projectPublish": "git push --follow-tags origin master && npm publish"
2121
},
2222
"repository": {
@@ -82,5 +82,11 @@
8282
"vue-jest": "^3.0.5",
8383
"vue-template-compiler": "^2.6.11",
8484
"vuepress": "^1.3.1"
85-
}
85+
},
86+
"directories": {
87+
"doc": "docs",
88+
"example": "example",
89+
"test": "tests"
90+
},
91+
"dependencies": {}
8692
}

0 commit comments

Comments
 (0)