Merge pull request #1380 from H0rn0chse/master

Fix Heroku deployment
This commit is contained in:
Mike Cao 2022-08-02 14:58:54 -05:00 committed by GitHub
commit 0bcada761b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
web: npm run start-env

View File

@ -127,5 +127,8 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"tar": "^6.1.2"
}
},
"cacheDirectories": [
".next/cache"
]
}