diff --git a/package.json b/package.json index 568b3d66..4dd26263 100644 --- a/package.json +++ b/package.json @@ -245,7 +245,7 @@ "prepare": "husky install", "serve": "node .storybook/express", "storybook": "storybook dev -p 6006", - "upload": "node scripts/publish" + "upload": "node scripts/publish --env production" }, "lint-staged": { "src/**/*.{js,jsx,json}": [ diff --git a/src/styles/editor/editor-content.scss b/src/styles/editor/editor-content.scss index edbd2377..0f092b3c 100644 --- a/src/styles/editor/editor-content.scss +++ b/src/styles/editor/editor-content.scss @@ -454,7 +454,6 @@ h4, h5, h6 { - cursor: pointer; transition: color ease-in 150ms; }