add prepublishOnly script

master
Brad Cornes 2021-05-07 13:15:39 +01:00
parent 1cf3755013
commit 173980d411
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
"start": "tsdx watch", "start": "tsdx watch",
"build": "tsdx build", "build": "tsdx build",
"test": "tsdx test", "test": "tsdx test",
"lint": "tsdx lint" "lint": "tsdx lint",
"prepublishOnly": "npm run build"
}, },
"dependencies": { "dependencies": {
"@ctrl/tinycolor": "3.1.4", "@ctrl/tinycolor": "3.1.4",