mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-21 22:16:14 +00:00
Migrated from react-scripts-ts to react-scripts
This commit is contained in:
@@ -29,14 +29,14 @@
|
||||
"@types/react-router-dom": "^4.3.1",
|
||||
"gh-pages": "^2.0.1",
|
||||
"prettier": "^1.15.3",
|
||||
"react-scripts-ts": "^4.0.8",
|
||||
"react-scripts": "^2.1.3",
|
||||
"tslint-config-prettier": "^1.17.0",
|
||||
"typescript": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts-ts start",
|
||||
"build": "react-scripts-ts build",
|
||||
"test": "react-scripts-ts test --env=jsdom",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"prettier": "prettier --write src/**/*.{ts,tsx,json}",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build"
|
||||
|
||||
Reference in New Issue
Block a user