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

Commit

Permalink
Add back check
Browse files Browse the repository at this point in the history
  • Loading branch information
felix2feng committed Feb 25, 2019
1 parent 8168553 commit 2757cb3
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 @@ -44,7 +44,7 @@
"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 '*.js'`",
"truffle-test-contracts": "truffle test `find transpiled/test/contracts -name '*.spec.js'`",
"prepublishOnly": "yarn dist"
},
"repository": "[email protected]:SetProtocol/set-protocol-contracts.git",
Expand Down

0 comments on commit 2757cb3

Please sign in to comment.