Merge branch 'develop' of github.com:wbkd/react-flow into develop

This commit is contained in:
moklick
2020-08-04 09:55:57 +02:00
8 changed files with 37 additions and 58 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
"build:example": "npm install && npm run build && cd example && npm install && npm run build",
"cy:open": "cypress open",
"cypress": "npm run dev:wait cy:open",
"test:chrome": "cypress run --browser chrome",
"test:chrome": "cypress run --browser chrome --headless",
"test:firefox": "cypress run --browser firefox",
"test:all": "npm run test:chrome && npm run test:firefox",
"test": "npm run dev:wait test:chrome",
@@ -74,4 +74,4 @@
"files": [
"dist"
]
}
}