@aragon/apps-survey

v1.0.0

lint

solium --dir ./contracts

test

TRUFFLE_TEST=true npm run ganache-cli:test

build

cd app && npm run build

compile

truffle compile

console

truffle console

prepare

npx apps-shared-scripts-prepare

coverage

SOLIDITY_COVERAGE=true npm run ganache-cli:test

test:gas

GAS_REPORTER=true npm test

abi:extract

truffle-extract --output abi/ --keys abi

apm:prepublish

npm run compile

prepublishOnly

truffle compile --all && npm run abi:extract -- --no-compile

ganache-cli:test

./node_modules/@aragon/test-helpers/ganache-cli.sh

install:frontend

cd app && npm install

apm:publish:major

aragon apm publish major --files app/build/ --prepublish-script apm:prepublish

apm:publish:minor

aragon apm publish minor --files app/build/ --prepublish-script apm:prepublish

apm:publish:patch

aragon apm publish patch --files app/build/ --prepublish-script apm:prepublish
npm i @aragon/apps-survey

Metadata

Downloads