mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-0000 removing old js scripts (#10022)
This commit is contained in:
parent
6d649a8678
commit
686c7108d8
17
package-lock.json
generated
17
package-lock.json
generated
@ -150,7 +150,6 @@
|
||||
"sass-loader": "13.3.2",
|
||||
"selenium-webdriver": "^4.14.0",
|
||||
"shelljs": "^0.8.5",
|
||||
"shx": "^0.3.4",
|
||||
"spdx-license-list": "^6.9.0",
|
||||
"stylelint": "^16.3.1",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
@ -32544,22 +32543,6 @@
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/shx": {
|
||||
"version": "0.3.4",
|
||||
"resolved": "https://registry.npmjs.org/shx/-/shx-0.3.4.tgz",
|
||||
"integrity": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"minimist": "^1.2.3",
|
||||
"shelljs": "^0.8.5"
|
||||
},
|
||||
"bin": {
|
||||
"shx": "lib/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/side-channel": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
|
||||
|
@ -29,12 +29,6 @@
|
||||
"06": "echo -------------------------------------------- Clean ----------------------------------------------",
|
||||
"clean": "rimraf dist node_modules dist/libs",
|
||||
"playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'",
|
||||
"js_api_build": "shx rm -rf ./dist/libs/js-api && npm-run-all js_api_build_cjs js_api_build_esm5 js_api_build_esm2015 js_api_build_types js_api_assets",
|
||||
"js_api_build_cjs": "tsc -p ./lib/js-api/tsconfig/tsconfig.cjs.json",
|
||||
"js_api_build_esm5": "shx rm -rf ./dist/libs/js-api/esm5 && tsc -p ./lib/js-api/tsconfig/tsconfig.esm5.json",
|
||||
"js_api_build_esm2015": "shx rm -rf ./dist/libs/js-api/esm2015 && tsc -p ./lib/js-api/tsconfig/tsconfig.esm2015.json",
|
||||
"js_api_build_types": "shx rm -rf ./dist/libs/js-api/typings && tsc -p ./lib/js-api/tsconfig/tsconfig.types.json",
|
||||
"js_api_assets": "shx cp ./lib/js-api/package.json ./dist/libs/js-api/ && shx cp ./lib/js-api/README.md ./dist/libs/js-api/ && shx cp ./lib/js-api/LICENSE.txt ./dist/libs/js-api/",
|
||||
"postinstall": "npm run update-webdriver",
|
||||
"update-webdriver": "./scripts/webdriver-update-newest/update-to-newest-webdriver.sh",
|
||||
"update-webdriver:windows": "powershell -executionPolicy bypass ./scripts/update-webdriver.ps1"
|
||||
@ -197,7 +191,6 @@
|
||||
"sass-loader": "13.3.2",
|
||||
"selenium-webdriver": "^4.14.0",
|
||||
"shelljs": "^0.8.5",
|
||||
"shx": "^0.3.4",
|
||||
"spdx-license-list": "^6.9.0",
|
||||
"stylelint": "^16.3.1",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user