|
1 | 1 | {
|
2 | 2 | "name": "@devtron-labs/devtron-fe-common-lib",
|
3 |
| - "version": "0.0.90-beta-1", |
| 3 | + "version": "0.0.90-beta-2", |
4 | 4 | "description": "Supporting common component library",
|
5 | 5 | "type": "module",
|
6 | 6 | "main": "dist/index.js",
|
|
23 | 23 | ],
|
24 | 24 | "scripts": {
|
25 | 25 | "prepare": "node -e \"try { require('husky').install() } catch (e) {}\"",
|
26 |
| - "lint": "tsc --noEmit && eslint 'src/**/*.{js,jsx,ts,tsx}' --max-warnings 0", |
| 26 | + "lint": "tsc --noEmit && NODE_OPTIONS=--max_old_space_size=8192 eslint 'src/**/*.{js,jsx,ts,tsx}' --max-warnings 0", |
27 | 27 | "lint-fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
|
28 | 28 | "test": "exit 0",
|
29 |
| - "dev": "vite", |
30 |
| - "build": "vite build --sourcemap", |
31 |
| - "build-watch": "vite build --sourcemap --watch", |
| 29 | + "dev": "NODE_OPTIONS=--max_old_space_size=8192 vite", |
| 30 | + "build": "NODE_OPTIONS=--max_old_space_size=8192 vite build --sourcemap", |
| 31 | + "build-watch": "NODE_OPTIONS=--max_old_space_size=8192 vite build --sourcemap --watch", |
32 | 32 | "build-lib": "vite build",
|
33 | 33 | "preview": "vite preview",
|
34 | 34 | "lint-staged": "lint-staged"
|
|
0 commit comments