test: update ci config

This commit is contained in:
daniel-dx
2019-03-09 23:51:01 +08:00
parent ba70d44905
commit e53ed39614
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "ncform e2e test",
"main": "index.js",
"scripts": {
"test-ncform:cli": "cross-var \"cd ncform && cypress run --record --key $NCFORM_E2E_KEY\"",
"test-ncform:cli": "cross-var \"cypress run --project ./ncform --record --key $NCFORM_E2E_KEY\"",
"test-ncform:ui": "cd ncform && cypress open"
},
"author": "daniel.xiao",