mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
chore: change mono package scripts.
This commit is contained in:
13021
package-lock.json
generated
13021
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -2,10 +2,13 @@
|
||||
"name": "bigcapital-monorepo",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"bootstrap": "lerna exec npm install",
|
||||
"dev": "lerna run dev",
|
||||
"build": "lerna run build",
|
||||
"dev:webapp": "lerna run dev --scope \"@bigcapital/webapp\"",
|
||||
"build:webapp": "lerna run dev --scope \"@bigcapital/webapp\""
|
||||
"build:webapp": "lerna run dev --scope \"@bigcapital/webapp\"",
|
||||
"dev:server": "lerna run dev --scope \"@bigcapital/server\"",
|
||||
"build:server": "lerna run dev --scope \"@bigcapital/server\""
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1485
packages/webapp/package-lock.json
generated
1485
packages/webapp/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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": {
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
Arguments:
|
||||
/Users/ahmed/.nvm/versions/node/v16.14.2/bin/node /Users/ahmed/.nvm/versions/node/v16.14.2/bin/yarn install
|
||||
|
||||
PATH:
|
||||
/Users/ahmed/.rvm/gems/ruby-3.0.0/bin:/Users/ahmed/.rvm/gems/ruby-3.0.0@global/bin:/Users/ahmed/.rvm/rubies/ruby-3.0.0/bin:/usr/local/opt/libpq/bin:/usr/local/opt/libpq/bin:/Users/ahmed/.nvm/versions/node/v16.14.2/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/mysql/bin:/Users/ahmed/Downloads/monero-x86_64-apple-darwin11-v0.17.3.2/:/Users/ahmed/.rvm/bin
|
||||
|
||||
Yarn version:
|
||||
1.22.18
|
||||
|
||||
Node version:
|
||||
16.14.2
|
||||
|
||||
Platform:
|
||||
darwin x64
|
||||
|
||||
Trace:
|
||||
Error: EACCES: permission denied, unlink '/Users/ahmed/temp/client/webapp/node_modules/.bin/autoprefixer'
|
||||
|
||||
npm manifest:
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "lerna run dev"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"webapp"
|
||||
],
|
||||
"devDependencies": {
|
||||
"lerna": "^6.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
yarn manifest:
|
||||
No manifest
|
||||
|
||||
Lockfile:
|
||||
No lockfile
|
||||
Reference in New Issue
Block a user