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 5d0881a commit 7ed6e64Copy full SHA for 7ed6e64
packages/evo-marko/package.json
@@ -22,8 +22,8 @@
22
"lint:js": "eslint",
23
"lint:less": "stylelint \"src/**/*.{css,less}\" --config .stylelintrc",
24
"lint:whitespace": "lintspaces *.md src/**/*.md src/**/*.marko src/**/*.less --newline --maxnewlines 1 --trailingspaces --spaces 4",
25
- "prepublishOnly": "node scripts/postpublish && node scripts/prepublish",
26
- "postpublish": "node scripts/postpublish",
+ "prepublishOnly": "exit 0",
+ "postpublish": "exit 0",
27
"release": "exit 0",
28
"start": "storybook dev -p 6006 --no-open",
29
"test": "vitest run --browser.headless",
0 commit comments