add prepublishOnly script
parent
1cf3755013
commit
173980d411
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue