add prepare script
This commit is contained in:
parent
5400f5c6c4
commit
c7c7d8ce1b
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
"@types/node": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc && rollup -c rollup/prod.js",
|
||||
"dev": "rollup -c rollup/dev.js -w",
|
||||
"build": "tsc && rollup -c rollup/prod.js"
|
||||
"prepare": "npm run build"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue