add back pub script
This commit is contained in:
parent
b35c712a38
commit
7f2607a6a1
|
@ -8,7 +8,8 @@
|
|||
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "cross-env NODE_ENV=production tsc -b",
|
||||
"build": "cross-env NODE_ENV=production tsc -b && tsc --declaration",
|
||||
"pub": "npm version patch --force && npm publish",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"storybook": "start-storybook -p 6006 -s public",
|
||||
|
|
Loading…
Reference in New Issue