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 3e4ec34 commit 176d2b6Copy full SHA for 176d2b6
.gitignore
@@ -5,4 +5,5 @@ dist
5
demo/node_modules
6
demo/build
7
demo/package-lock.json
8
-demo/vue-skip-to.js
+demo/vue-skip-to.js
9
+demo/CNAME
package.json
@@ -9,7 +9,8 @@
"release": "standard-version",
10
"test": "node_modules/.bin/cypress run",
11
"test:open": "node_modules/.bin/cypress open",
12
- "projectPublish": "git push --follow-tags origin master && npm publish"
+ "projectPublish": "git push --follow-tags origin master && npm publish",
13
+ "publishDemo": "surge demo"
14
},
15
"repository": {
16
"type": "git",
0 commit comments