Fix scopes
This commit is contained in:
		@@ -65,7 +65,7 @@ jobs:
 | 
			
		||||
          name: testrpc
 | 
			
		||||
          command: npm run testrpc -- --db testrpc_snapshot
 | 
			
		||||
          background: true
 | 
			
		||||
      - run: yarn lerna:run --scope deployer test:circleci
 | 
			
		||||
      - run: yarn lerna:run --scope @0xproject/deployer test:circleci
 | 
			
		||||
  test-rest:
 | 
			
		||||
    docker:
 | 
			
		||||
      - image: circleci/node:6.12
 | 
			
		||||
@@ -78,7 +78,7 @@ jobs:
 | 
			
		||||
          name: testrpc
 | 
			
		||||
          command: npm run testrpc -- --db testrpc_snapshot
 | 
			
		||||
          background: true
 | 
			
		||||
      - run: yarn lerna:run --ignore contracts --ignore 0x.js --ignore deployer test:circleci
 | 
			
		||||
      - run: yarn lerna:run --ignore contracts --ignore 0x.js --ignore @0xproject/deployer test:circleci
 | 
			
		||||
  lint:
 | 
			
		||||
    working_directory: ~/repo
 | 
			
		||||
    docker:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user