add prepublishOnly script
parent
1cf3755013
commit
173980d411
|
@ -11,7 +11,8 @@
|
|||
"start": "tsdx watch",
|
||||
"build": "tsdx build",
|
||||
"test": "tsdx test",
|
||||
"lint": "tsdx lint"
|
||||
"lint": "tsdx lint",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "3.1.4",
|
||||
|
|
Loading…
Reference in New Issue