Skip to content

Commit

Permalink
Skip dappsys note and stop contracts in compilation
Browse files Browse the repository at this point in the history
as these have an issue with the latest solc 0.5.8
Logged dapphub/ds-note#4
  • Loading branch information
elenadimitrova committed May 17, 2019
1 parent f745ebe commit c35eab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generate:test:contracts": "bash ./scripts/generate-test-contracts.sh",
"clean:test:contracts": "rimraf ./contracts/*Updated*.*",
"clean:contracts": "rimraf ./build/contracts/*",
"provision:token:contracts": "truffle compile && truffle compile --contracts_directory 'lib/dappsys/[!proxy][!exec]*.sol' && bash ./scripts/provision-token-contracts.sh",
"provision:token:contracts": "truffle compile && truffle compile --contracts_directory 'lib/dappsys/[!note],[!stop]*.sol' && bash ./scripts/provision-token-contracts.sh",
"start:blockchain:client": "bash ./scripts/start-blockchain-client.sh",
"stop:blockchain:client": "bash ./scripts/stop-blockchain-client.sh",
"test:contracts": "npm run start:blockchain:client & truffle migrate --reset --compile-all && truffle test --network development",
Expand Down

0 comments on commit c35eab9

Please sign in to comment.