|
9 | 9 | "clean-rmDocs": "rm -rf docs/private && mkdir docs/private", |
10 | 10 | "clean-rmWiki": "rm -rf wiki && mkdir wiki", |
11 | 11 | "clean-local": "rm -f src/deploy.xml && rm -f src/manifest.xml && rm -f .ci/.branch && rm -f project.json", |
12 | | - "compile-sass": "node-sass --output-style compressed src/FileCabinet/SuiteScripts/cfm/CS/Validations/styling/scss/ -o src/FileCabinet/SuiteScripts/cfm/CS/Validations/styling/css/ && bash ./.ci/scripts/minifyCSS.sh", |
13 | | - "minify-css": "cleancss -o src/FileCabinet/SuiteScripts/cfm/CS/Validations/styling/css/*.min.css src/FileCabinet/SuiteScripts/cfm/CS/Validations/styling/css/*.css", |
| 12 | + "compile-sass": "bash ./.ci/scripts/minifyCSS.sh", |
14 | 13 | "view-coverage": "npm run test && (start ./coverage/lcov-report/index.html || open ./coverage/lcov-report/index.html)", |
15 | 14 | "setup-server": "npm run install-SDF-cli && npm run generate-manifests --headbranch=$npm_config_headbranch --sourcebranch=$npm_config_sourcebranch --releaserun=$npm_config_releaserun --flatobjects=$npm_config_flatobjects --validaterun=$npm_config_validaterun", |
16 | 15 | "setup-server-token": "npm run setup-server --headbranch=$npm_config_headbranch --sourcebranch=$npm_config_sourcebranch --releaserun=$npm_config_releaserun --flatobjects=$npm_config_flatobjects --validaterun=$npm_config_validaterun && npm run save-token --account=$npm_config_account --authid=$npm_config_authid --tokenid=$npm_config_tokenid --tokensecret=$npm_config_tokensecret", |
17 | 16 | "install-SDF-cli": "npm i --acceptSuiteCloudSDKLicense @oracle/suitecloud-cli && npm i @oracle/suitecloud-unit-testing", |
18 | 17 | "suitecloud": "node ./node_modules/@oracle/suitecloud-cli/src/suitecloud.js", |
19 | 18 | "generate-manifests": "npm run compile-sass && bash .ci/scripts/createDeployment.sh $npm_config_headbranch $npm_config_sourcebranch $npm_config_releaserun $npm_config_flatobjects $npm_config_validaterun", |
20 | | - "generate-test-results": "bash .ci/scripts/runTests.sh $npm_config_testlist", |
21 | 19 | "deploy": "npm run add-ns-dependents && npm run suitecloud -- project:deploy --accountspecificvalues WARNING", |
22 | 20 | "save-token": "node ./node_modules/@oracle/suitecloud-cli/src/suitecloud.js account:savetoken --account $npm_config_account --authid $npm_config_authid --tokenid $npm_config_tokenid --tokensecret $npm_config_tokensecret", |
23 | 21 | "deploy-pipeline": "npm run deploy", |
|
59 | 57 | "@supabase/doctest-js": "^0.1.0", |
60 | 58 | "@types/jsdom": "^20.0.1", |
61 | 59 | "alias-quokka-plugin": "^0.1.0", |
62 | | - "clean-css-cli": "5.6.2", |
63 | 60 | "clean-jsdoc-theme": "^4.1.10", |
64 | 61 | "jest": "^29.3.1", |
65 | 62 | "jest-environment-jsdom": "^29.3.1", |
66 | 63 | "jest-junit-reporter": "^1.1.0", |
67 | 64 | "jquery": "^3.6.1", |
68 | 65 | "jsdoc": "^3.6.11", |
69 | 66 | "jsdoc-to-markdown": "^7.1.1", |
70 | | - "node-sass": "9.0.0", |
71 | | - "suitecloud-unit-testing-stubs": "^1.0.4" |
| 67 | + "node-sass": "9.0.0" |
72 | 68 | } |
73 | 69 | } |
0 commit comments