mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-04 06:57:20 +01:00
actually use version script
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test --env=jsdom",
|
"test": "react-scripts test --env=jsdom",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"preversion": "npm run build"
|
"version": "npm run build && git add build"
|
||||||
},
|
},
|
||||||
"proxy": "http://localhost:5000",
|
"proxy": "http://localhost:5000",
|
||||||
"homepage": "http://pi"
|
"homepage": "http://pi"
|
||||||
|
|||||||
Reference in New Issue
Block a user