chore: change mono package scripts.

This commit is contained in:
a.bouhuolia
2023-02-03 15:14:30 +02:00
parent 32543b8762
commit 995abbcc29
7 changed files with 792 additions and 30418 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"inspect": "cross-env NODE_PATH=./src nodemon src/server.ts",
"clear": "rimraf build",
"watch": "cross-env NODE_ENV=development webpack --config scripts/webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack --config scripts/webpack.config.js",
"build:resources": "gulp --gulpfile=scripts/gulpfile.js styles styles-rtl",
"build": "cross-env NODE_ENV=production webpack --config scripts/webpack.config.js",
"lint:fix": "eslint --fix ./**/*.ts"
@@ -141,4 +141,4 @@
"webpack-node-externals": "^3.0.0",
"webpack-watch-changed": "^1.0.0"
}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"name": "@bigcapital/webpack",
"name": "@bigcapital/webapp",
"version": "1.7.1",
"private": true,
"dependencies": {
@@ -102,8 +102,7 @@
"dev": "craco start",
"build": "craco build",
"test": "node scripts/test.js",
"storybook": "start-storybook -p 6006",
"preinstall": "npx npm-force-resolutions"
"storybook": "start-storybook -p 6006"
},
"proxy": "http://localhost:3000/",
"devDependencies": {