add cross-env for npm run check

This commit is contained in:
Pavel Mineev
2020-04-13 16:10:35 +03:00
parent 7d4b6d22f0
commit 8d02ad432c
+1 -1
View File
@@ -7,7 +7,7 @@
"start": "webpack-dev-server --mode development",
"dev": "cross-env REMARK_URL=http://127.0.0.1:8080 npm start",
"test": "jest",
"check": "NODE_ENV=production npm run build && run-p check:*",
"check": "cross-env NODE_ENV=production npm run build && run-p check:*",
"check:types": "tsc -p tsconfig.typecheck.json --noEmit --skipLibCheck",
"check:translation": "run-s translation:extract translation:check",
"check:size": "size-limit",