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 b34a83b commit 741efabCopy full SHA for 741efab
package.json
@@ -2,7 +2,6 @@
2
"name": "ej2-vue-samples",
3
"version": "23.1.36",
4
"description": "Examples of Vue UI Components",
5
-
6
"keywords": [],
7
"dependencies": {
8
"@syncfusion/ej2": "*",
@@ -74,6 +73,7 @@
74
73
"serve": "node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
75
"serve:watch": "vue-cli-service serve",
76
"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"
+ "build-watch": "vue-cli-service build",
+ "ci-publish": "gulp publish-samples"
78
}
79
0 commit comments