mb work now?

This commit is contained in:
Pavel Murygin 2022-02-21 18:57:30 +03:00
parent 04935e0710
commit f0720652af
3 changed files with 64 additions and 61 deletions

View File

@ -21,6 +21,7 @@
"scripts": {
"postinstall": "copy-avm-public public",
"prestart": "npm run compile-aqua",
"prebuild": "npm run compile-aqua",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --config=jest.config.js",

View File

@ -22,6 +22,7 @@
"scripts": {
"postinstall": "copy-avm-public public",
"prestart": "npm run compile-aqua",
"prebuild": "npm run compile-aqua",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --config=jest.config.js",

View File

@ -21,6 +21,7 @@
"scripts": {
"postinstall": "copy-avm-public public",
"prestart": "npm run compile-aqua",
"prebuild": "npm run compile-aqua",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --config=jest.config.js",