|
|
@ -9,7 +9,7 @@ |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"start:api": "cd ./packages/nocodb; npm install; npm run watch:run", |
|
|
|
"start:api": "cd ./packages/nocodb; npm install; npm run watch:run", |
|
|
|
"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", |
|
|
|
"cypress:run": "cypress run --config-file ./scripts/cypress.json", |
|
|
|
"cypress:open": "cypress open", |
|
|
|
"cypress:open": "cypress open", |
|
|
|
"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", |
|
|
|