Skip to content

Commit d5b1af7

Browse files
Update package.json
1 parent 086c727 commit d5b1af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
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"
@@ -117,4 +117,4 @@
117117
"dependencies": {
118118
"prop-types": "^15.7.2"
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)