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.
2 parents e6fc8c3 + 233c9b1 commit 7593997Copy full SHA for 7593997
package.json
@@ -28,9 +28,9 @@
28
"homepage": "https://github.com/iliyaZelenko/vue-cool-select#readme",
29
"license": "MIT",
30
"scripts": {
31
- "serve": "vue-cli-service serve ./example/main.js",
+ "serve": "vue-cli-service serve ./gh-pages-src/main.js",
32
"build": "vue-cli-service build --target lib --name vue-cool-select ./src/main.js",
33
- "gp": "vue-cli-service build ./example/main.js --dest=gh-pages-build",
+ "gp": "vue-cli-service build ./gh-pages-src/main.js --dest=gh-pages-build",
34
"gp-deploy": "./gp-deploy.sh",
35
"bp": "yarn build && yalc publish --push",
36
"lint": "vue-cli-service lint",
0 commit comments