Skip to content

Commit

Permalink
fix: add missing cdn bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Feb 25, 2022
1 parent 0994a03 commit bdd6a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"es2015": "dist/es2015/main.js",
"typings": "dist/npm/main.d.ts",
"scripts": {
"build-package": "gulp build-rollup-package",
"build-package": "gulp build-rollup-package build-cdn",
"test": "gulp test",
"locale-tests": "gulp test --tests=\"locale-tests/generated-locales.js\"",
"lint": "gulp lint",
Expand All @@ -23,7 +23,7 @@
"dependencies": {},
"devDependencies": {
"@telerik/eslint-config": "^1.0.0",
"@progress/kendo-package-tasks": "^4.0.2",
"@progress/kendo-package-tasks": "cdn-bundle",
"@telerik/semantic-prerelease": "^1.3.3",
"cldr-data": "latest",
"cz-conventional-changelog": "^1.1.5",
Expand Down

0 comments on commit bdd6a42

Please sign in to comment.