Skip to content

Commit a87ed4d

Browse files
author
Petr Kachanovsky
committed
fix(builds): add build script
1 parent c1fac2d commit a87ed4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"type": "module",
1212
"scripts": {
13-
"rollout": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch && npm publish --access public",
14-
"prepare": "npm link adminforth"
13+
"prepare": "npm link adminforth",
14+
"build": "tsc"
1515
},
1616
"keywords": [
1717
"adminforth",

0 commit comments

Comments
 (0)