Skip to content

Commit 477a5b2

Browse files
committed
add prepare script
1 parent 3c30b27 commit 477a5b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"watch:link": "strapi plugin:watch:link",
2222
"verify": "strapi plugin:verify --debug",
2323
"test:ts:back": "run -T tsc -p server/tsconfig.json",
24-
"npm:publish": "npm publish --access public"
24+
"npm:publish": "npm publish --access public",
25+
"prepare": "npm run build"
2526
},
2627
"dependencies": {
2728
"@mobily/ts-belt": "^3.13.1",

0 commit comments

Comments
 (0)