Skip to content

Commit

Permalink
hotfix: do not run gulp clean tasks on pack (#25492)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBat authored Sep 1, 2023
1 parent 22613de commit 0ea143b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devextreme-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "gulp clean",
"regenerate": "npm run clean && gulp generate",
"lint": "eslint --ignore-pattern __tests__ src/core",
"pack": "npm run clean && gulp npm.pack",
"pack": "gulp npm.pack",
"test": "jest"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme-vue/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ gulp.task(COPY_STRATEGY, function () {
});

gulp.task(NPM_PACK, gulp.series(
CLEAN,
NPM_CLEAN,
NPM_BUILD,
COPY_STRATEGY,
ADD_HEADERS,
Expand Down

0 comments on commit 0ea143b

Please sign in to comment.