mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
Update gitignore, add build:dev command
This commit is contained in:
+1
-1
@@ -1,6 +1,5 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
@@ -27,3 +26,4 @@ test/unit/coverage
|
||||
docs/gitbook/_book
|
||||
docs/node_modules
|
||||
site
|
||||
dev/dist
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve ./dev/dev.js",
|
||||
"build": "vue-cli-service build --target lib ./src/index.js",
|
||||
"build:dev": "vue-cli-service build --dest ./dev/dist ./dev/dev.js ",
|
||||
"lint": "vue-cli-service lint",
|
||||
"test:unit": "vue-cli-service test:unit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user