Skip to content

Commit cae394e

Browse files
Merge branch 'dev-javascript-patch-1' of https://github.com/dev-javascript/react-dyn-tabs into dev-javascript-patch-1
2 parents 5c353fa + cb69eb9 commit cae394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build:scss:pro": "sass themes/minified-scss:themes style/minified-scss:style --style compressed --no-source-map",
3232
"clean:lib": "rimraf lib",
3333
"clean:dist": "rimraf dist",
34-
"prepublish": "npm run build",
34+
"prepublishOnly": "npm run build",
3535
"test": "jest",
3636
"lint": "eslint src",
3737
"deploy": "gh-pages -d demo"

0 commit comments

Comments
 (0)