mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Inline all shared scripts to make them work in all environments
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
1a91e78cdb
commit
99c70c62ce
7
package-lock.json
generated
7
package-lock.json
generated
@ -32832,9 +32832,6 @@
|
|||||||
"jest-watch-typeahead": "^2.2.1",
|
"jest-watch-typeahead": "^2.2.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"ts-jest": "^29.0.3"
|
"ts-jest": "^29.0.3"
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"lens-test": "bin/test.sh"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/infrastructure/jest/node_modules/@jest/console": {
|
"packages/infrastructure/jest/node_modules/@jest/console": {
|
||||||
@ -34112,10 +34109,6 @@
|
|||||||
"webpack": "^5.75.0",
|
"webpack": "^5.75.0",
|
||||||
"webpack-cli": "^4.10.0",
|
"webpack-cli": "^4.10.0",
|
||||||
"webpack-node-externals": "^3.0.0"
|
"webpack-node-externals": "^3.0.0"
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"lens-build": "bin/build.sh",
|
|
||||||
"lens-remove-build": "bin/remove-build.sh"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/infrastructure/webpack/node_modules/sass-loader": {
|
"packages/infrastructure/webpack/node_modules/sass-loader": {
|
||||||
|
|||||||
@ -15,9 +15,6 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"bin": {
|
|
||||||
"lens-test": "bin/test.sh"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@swc/core": "^1.3.20",
|
"@swc/core": "^1.3.20",
|
||||||
"@swc/jest": "^0.2.23",
|
"@swc/jest": "^0.2.23",
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
set -e
|
|
||||||
webpack $@
|
|
||||||
@ -1 +0,0 @@
|
|||||||
rm -rfv build
|
|
||||||
@ -15,12 +15,8 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"bin": {
|
|
||||||
"lens-build": "bin/build.sh",
|
|
||||||
"lens-remove-build": "bin/remove-build.sh"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test:unit": "lens-test"
|
"test:unit": "jest --coverage --runInBand"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/webpack-env": "^1.18.0",
|
"@types/webpack-env": "^1.18.0",
|
||||||
|
|||||||
@ -20,12 +20,9 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "lens-build",
|
"build": "webpack",
|
||||||
"build:remove": "lens-remove-build",
|
"dev": "webpack --mode=development --watch",
|
||||||
"dev": "lens-build -- --watch",
|
"test": "jest --coverage --runInBand"
|
||||||
"code-style:fix": "lens-fix-code-style",
|
|
||||||
"code-style:verify": "lens-verify-code-style",
|
|
||||||
"test": "lens-test"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ogre-tools/fp": "^12.0.1",
|
"@ogre-tools/fp": "^12.0.1",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user