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

Commit 77c250e

Browse files
committed
Add back check
1 parent d9c15b2 commit 77c250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test-scenarios": "yarn prepare-test && yarn truffle-test-scenarios",
4545
"transpile": "tsc",
4646
"truffle-test-scenarios": "truffle test `find transpiled/test/scenarios -name '*.spec.js'`",
47-
"truffle-test-contracts": "truffle test `find transpiled/test/contracts -name '*.js'`",
47+
"truffle-test-contracts": "truffle test `find transpiled/test/contracts -name '*.spec.js'`",
4848
"prepublishOnly": "yarn dist"
4949
},
5050
"repository": "[email protected]:SetProtocol/set-protocol-contracts.git",

0 commit comments

Comments
 (0)