chore(pkg): use cross-env

This commit is contained in:
moklick
2022-05-16 21:00:59 +02:00
parent 193670743c
commit 6ea85bff90
2 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,7 @@
"start:testserver": "npm run build:test && npm run start:examples",
"build:dev": "npm install && npm run build && cd example && npm install && npm run build",
"dev:wait": "start-server-and-test start:testserver http-get://localhost:3000",
"test": "BROWSER=none npm run dev:wait test:chrome",
"test": "cross-env BROWSER=none npm run dev:wait test:chrome",
"test:chrome": "cypress run --browser chrome --headless",
"test:firefox": "cypress run --browser firefox",
"test:all": "npm run test:chrome && npm run test:firefox",
@@ -72,6 +72,7 @@
"@types/resize-observer-browser": "^0.1.7",
"autoprefixer": "^10.4.7",
"babel-preset-react-app": "^10.0.1",
"cross-env": "^7.0.3",
"cypress": "^9.6.1",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",