We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35abeff commit 3e9b618Copy full SHA for 3e9b618
package.json
@@ -15,8 +15,8 @@
15
"docs:build": "vuepress build docs",
16
"docs:publish": "surge docs/.vuepress/dist https://vue-announcer-v2.surge.sh",
17
"release": "standard-version",
18
- "test": "node_modules/.bin/cypress run",
19
- "test:open": "node_modules/.bin/cypress open",
+ "test": "cypress run",
+ "test:open": "cypress open",
20
"projectPublish": "git push --follow-tags origin master && npm publish"
21
},
22
"repository": {
@@ -82,5 +82,11 @@
82
"vue-jest": "^3.0.5",
83
"vue-template-compiler": "^2.6.11",
84
"vuepress": "^1.3.1"
85
- }
+ },
86
+ "directories": {
87
+ "doc": "docs",
88
+ "example": "example",
89
+ "test": "tests"
90
91
+ "dependencies": {}
92
}
0 commit comments