|
|
@ -3,7 +3,7 @@ |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@4tw/cypress-drag-drop": "^2.0.0", |
|
|
|
"@4tw/cypress-drag-drop": "^2.0.0", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"cypress": "^7.3.0", |
|
|
|
"cypress": "^9.2.0", |
|
|
|
"cypress-file-upload": "^5.0.8", |
|
|
|
"cypress-file-upload": "^5.0.8", |
|
|
|
"cypress-iframe": "^1.0.1", |
|
|
|
"cypress-iframe": "^1.0.1", |
|
|
|
"fs": "0.0.1-security", |
|
|
|
"fs": "0.0.1-security", |
|
|
@ -18,6 +18,7 @@ |
|
|
|
"start:web": "cd ./packages/nc-gui; npm install; npm run dev", |
|
|
|
"start:web": "cd ./packages/nc-gui; npm install; npm run dev", |
|
|
|
"cypress:run": "cypress run --config-file ./scripts/cypress/cypress.json", |
|
|
|
"cypress:run": "cypress run --config-file ./scripts/cypress/cypress.json", |
|
|
|
"cypress:open": "cypress open --config-file ./scripts/cypress/cypress.json", |
|
|
|
"cypress:open": "cypress open --config-file ./scripts/cypress/cypress.json", |
|
|
|
|
|
|
|
"cypress:clear": "cypress cache clear", |
|
|
|
"test:travis": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna run test:travis --since", |
|
|
|
"test:travis": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna run test:travis --since", |
|
|
|
"lerna:install": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna bootstrap --ignore nc-cli --since", |
|
|
|
"lerna:install": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna bootstrap --ignore nc-cli --since", |
|
|
|
"updated:xc-migrator": "lerna run publish --scope xc-migrator && lerna run xc && lerna publish && npm install -f xc-cli", |
|
|
|
"updated:xc-migrator": "lerna run publish --scope xc-migrator && lerna run xc && lerna publish && npm install -f xc-cli", |
|
|
|