mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
feat: add validation rules for csv import(in progress)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"lerna": "^3.20.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start:api": "cd ./packages/nocodb; npm install; cross-env NC_DISABLE_TELE=true 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",
|
||||
"cypress:run": "cypress run --config-file ./scripts/cypress/cypress.json",
|
||||
"cypress:open": "cypress open --config-file ./scripts/cypress/cypress.json",
|
||||
|
||||
Reference in New Issue
Block a user