Skip to content

Commit 5b6b4dc

Browse files
authored
fix(@cubejs-client/playground): prepublishOnly for exports (#1171)
1 parent 6d7ea1d commit 5b6b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"build": "SKIP_PREFLIGHT_CHECK=true EXTEND_ESLINT=true react-app-rewired --max-old-space-size=3072 build && rm -Rf ../cubejs-server-core/playground/** && cp -R build/ ../cubejs-server-core/playground/",
5555
"eject": "SKIP_PREFLIGHT_CHECK=true EXTEND_ESLINT=true react-scripts eject",
5656
"lint": "eslint src/*.js src/*.jsx",
57-
"prepublish": "babel src -d dist --copy-files"
57+
"prepublishOnly": "babel src -d dist --copy-files"
5858
},
5959
"browserslist": [
6060
">0.2%",

0 commit comments

Comments
 (0)