mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-22 11:08:22 +00:00
* initial * featured * featured * votings * votings * add log votings * comment out notification list for now, fix initialize voting * featured section | voting flow * changes * changes * refactor waku get/send * verification debug * temp * clean up * clean up * comment * fix lodash import * revert deploy params * already voted * fix tests for format time left fn * fix decode waku feature test * restrict UI to only one vote * fix multiple voting system * fix contract * update build step * verbose compilation * upgrade hardhat * git revert build * Revert "verbose compilation" This reverts commit f5c57dbcbcac100d8400a281c18009ec62717899. --------- Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"git": {
|
|
"deploymentEnabled": {
|
|
"main": false,
|
|
"master": false
|
|
}
|
|
},
|
|
"github": {
|
|
"silent": false,
|
|
"autoJobCancelation": true
|
|
},
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD vercel.json ./package.json ./packages/contracts/package.json ./packages/contracts/contracts ./packages/DApp",
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"installCommand": "yarn install --frozen-lockfile",
|
|
"buildCommand": "yarn build"
|
|
}
|