Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
felix2feng committed Jan 18, 2019
1 parent 8481b75 commit 16ab57d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"test": "yarn prepare-test && yarn truffle-test-contracts",
"test-nocompile": "yarn transpile && yarn truffle-test-contracts",
"test-continuous": "yarn deploy:development && truffle test",
"test-scenarios": "yarn transpile && yarn truffle-test-scenarios",
"test-scenarios": "yarn prepare-test && yarn truffle-test-scenarios",
"transpile": "tsc",
"truffle-test-scenarios": "truffle test `find transpiled/test/scenarios -name '*.spec.js'`",
"truffle-test-contracts": "truffle test `find transpiled/test/contracts -name '*.spec.js'`",
Expand Down
Empty file removed utils/wrappers/setTokenWrapper.ts
Empty file.

0 comments on commit 16ab57d

Please sign in to comment.