Skip to content

Commit 741efab

Browse files
committed
Vue samples added
1 parent b34a83b commit 741efab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "ej2-vue-samples",
33
"version": "23.1.36",
44
"description": "Examples of Vue UI Components",
5-
65
"keywords": [],
76
"dependencies": {
87
"@syncfusion/ej2": "*",
@@ -74,6 +73,7 @@
7473
"serve": "node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
7574
"serve:watch": "vue-cli-service serve",
7675
"build": "node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode development && gulp src-ship",
77-
"build-watch": "vue-cli-service build"
76+
"build-watch": "vue-cli-service build",
77+
"ci-publish": "gulp publish-samples"
7878
}
7979
}

0 commit comments

Comments
 (0)