Skip to content

Commit f5f516a

Browse files
committed
Always pull first on publish
1 parent d25b6e2 commit f5f516a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"perf:init": "node scripts/perf-init.js",
2525
"postpublish": "git push && git push --tags",
2626
"prepare": "husky install && npm run build",
27-
"prepublishOnly": "npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all",
27+
"prepublishOnly": "git pull --ff-only && npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all",
2828
"security": "npm audit",
2929
"test": "npm run build && npm run test:all",
3030
"test:cjs": "npm run build:cjs && npm run test:only",

0 commit comments

Comments
 (0)