Skip to content

Commit 650f3a8

Browse files
authored
Add 'prepublishOnly' script for Keycloak JS (keycloak#13365)
1 parent 8ed9ce2 commit 650f3a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adapters/oidc/js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dist"
1010
],
1111
"scripts": {
12-
"build": "rollup --config --configPlugin typescript"
12+
"build": "rollup --config --configPlugin typescript",
13+
"prepublishOnly": "npm run build"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)