Skip to content

Commit

Permalink
CI fix 28
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 18, 2024
1 parent 4062b11 commit 4d52e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "UI-sandbox modules",
"repository": "https://github.com/datalens-tech/ui-sandbox-modules.git",
"author": "DataLens Team <https://github.com/datalens-tech>",
"main": "./dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "rm -rf dist && NODE_OPTIONS=--max_old_space_size=4096 webpack -c webpack.config.js",
"prepublishOnly": "npm run build && npm pkg delete engines"
Expand All @@ -13,11 +15,5 @@
"@gravity-ui/date-utils.2.3.0": "npm:@gravity-ui/date-utils@^2.3.0",
"@gravity-ui/date-utils.2.5.3": "npm:@gravity-ui/date-utils@^2.5.3",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">= 18",
"npm": ">= 9",
"yarn": "Please use npm instead of yarn to install dependencies",
"pnpm": "Please use npm instead of pnpm to install dependencies"
}
}
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const path = require('path');

module.exports = {
entry: {
'index': path.resolve(__dirname, 'src/index.js'),
'@gravity-ui/date-utils/v2.3.0': {
import: '@gravity-ui/date-utils.2.3.0',
},
Expand Down

0 comments on commit 4d52e98

Please sign in to comment.