We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58482d9 commit ad3b1baCopy full SHA for ad3b1ba
.git-blame-ignore-revs
@@ -0,0 +1 @@
1
+58482d966eeaccf217b71afbc9399f5e0ad3db0e # https://github.com/acm-uiuc/website/pull/274
package.json
@@ -4,6 +4,8 @@
4
"homepage": "https://acm.illinois.edu/",
5
"private": true,
6
"scripts": {
7
+ "postinstall": "npm run setup",
8
+ "setup": "git config blame.ignoreRevsFile .git-blame-ignore-revs",
9
"dev": "next dev",
10
"start": "yarn dev",
11
"build:dev": "env-cmd -f .env.development next build && yarn postbuild",
0 commit comments