* chore: cleanup handling of a bad read

* chore: configure e2e testing

* chore: version bump
This commit is contained in:
Carlos Valente
2023-04-02 19:07:13 +02:00
committed by GitHub
parent 0e47b5c10c
commit 03e7428348
17 changed files with 140 additions and 303 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "2.0.0-alpha",
"version": "2.0.0-beta1",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.5.1",
@@ -35,9 +35,9 @@
"scripts": {
"addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js",
"postinstall": "pnpm addversion",
"dev": "set BROWSER=none&&vite",
"dev": "cross-env BROWSER=none vite",
"build": "vite build",
"build:local": "NODE_ENV=local vite build",
"build:local": "cross-env NODE_ENV=local vite build",
"build:docker": "vite build",
"lint": "eslint .",
"stylelint": "npx stylelint \"**/*.scss\"\n",