Skip to content

Commit dbf861c

Browse files
Resolved the source build issue
1 parent b1014f9 commit dbf861c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Syncfusion license that contains the terms and conditions can be found at
3838

3939
## Installing
4040

41-
Before installation check `@syncfusion:registry=http://nexus.syncfusion.com/repository/ej2-production/` is available in npmrc file. Then use the below command to install all dependent packages.
41+
Use the below command to install all dependent packages from the public npm registry.
4242

4343
```bash
4444
npm install

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@
6767
"webpack": "^4.41.5"
6868
},
6969
"scripts": {
70+
"gulp": "gulp",
7071
"serve": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
7172
"serve: watch": "vue-cli-service serve",
72-
"build": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
73+
"build": "npm run gulp build && node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
7374
"build-watch": "vue-cli-service build",
7475
"ci-publish": "gulp publish-samples"
7576
}

0 commit comments

Comments
 (0)