mirror of
https://github.com/bakhirev/assayo.git
synced 2026-05-01 21:11:06 +00:00
update
This commit is contained in:
parent
8196e23ed8
commit
7f066f4e23
16 changed files with 67 additions and 41408 deletions
|
|
@ -22,13 +22,11 @@
|
|||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build-rename": "npm run build-rename-js && npm run build-rename-css",
|
||||
"build-rename-js": "mv build/static/js/main.*.js build/static/index.js && rm -rf build/static/js",
|
||||
"build-rename-css": "mv build/static/css/main.*.css build/static/index.css && rm -rf build/static/css",
|
||||
"build-rename-html": "rm build/index.html && mv build/local.html build/index.html",
|
||||
"dev": "set PORT=3006 && react-app-rewired start",
|
||||
"build": "react-scripts build",
|
||||
"build-local": "set REACT_APP_TYPE=local && react-scripts build && npm run build-rename && npm run build-rename-html",
|
||||
"build-website": "react-scripts build && cd scripts && node add-analytics.js",
|
||||
"build-local": "set REACT_APP_TYPE=local && react-scripts build && cd scripts && node remove-hash.js && node add-local.js",
|
||||
"build-docker": "set REACT_APP_TYPE=local && react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"js:check": "npx eslint \"src/**/*.{ts,tsx,js}\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue