Skip to content

Commit ad3b1ba

Browse files
authored
Ignore prettier (#275)
1 parent 58482d9 commit ad3b1ba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
58482d966eeaccf217b71afbc9399f5e0ad3db0e # https://github.com/acm-uiuc/website/pull/274

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"homepage": "https://acm.illinois.edu/",
55
"private": true,
66
"scripts": {
7+
"postinstall": "npm run setup",
8+
"setup": "git config blame.ignoreRevsFile .git-blame-ignore-revs",
79
"dev": "next dev",
810
"start": "yarn dev",
911
"build:dev": "env-cmd -f .env.development next build && yarn postbuild",

0 commit comments

Comments
 (0)