add back pub script

This commit is contained in:
Silas 2021-11-26 12:21:35 -05:00
parent b35c712a38
commit 7f2607a6a1
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"repository": "https://git.silentsilas.com/Intended/attendant.git", "repository": "https://git.silentsilas.com/Intended/attendant.git",
"scripts": { "scripts": {
"start": "react-scripts start", "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", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public", "storybook": "start-storybook -p 6006 -s public",