Skip to content

Commit 7ed6e64

Browse files
committed
chore: removed prepublish/postpublish commands from evo-marko
1 parent 5d0881a commit 7ed6e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/evo-marko/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"lint:js": "eslint",
2323
"lint:less": "stylelint \"src/**/*.{css,less}\" --config .stylelintrc",
2424
"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",
25+
"prepublishOnly": "exit 0",
26+
"postpublish": "exit 0",
2727
"release": "exit 0",
2828
"start": "storybook dev -p 6006 --no-open",
2929
"test": "vitest run --browser.headless",

0 commit comments

Comments
 (0)