Skip to content

Commit 0cff353

Browse files
authored
Merge pull request #28 from PiramanayagamSyncfusion/master
Resolved the source build issue
2 parents b1014f9 + ee4a0bc commit 0cff353

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 following command to install all dependent packages from the public npm registry.
4242

4343
```bash
4444
npm install

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@
6767
"webpack": "^4.41.5"
6868
},
6969
"scripts": {
70-
"serve": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
70+
"gulp": "gulp",
71+
"serve": "npm run gulp build && 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)