We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7ea1d commit 5b6b4dcCopy full SHA for 5b6b4dc
packages/cubejs-playground/package.json
@@ -54,7 +54,7 @@
54
"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/",
55
"eject": "SKIP_PREFLIGHT_CHECK=true EXTEND_ESLINT=true react-scripts eject",
56
"lint": "eslint src/*.js src/*.jsx",
57
- "prepublish": "babel src -d dist --copy-files"
+ "prepublishOnly": "babel src -d dist --copy-files"
58
},
59
"browserslist": [
60
">0.2%",
0 commit comments