Don't automatically rebuild when running yarn test
This commit is contained in:
		@@ -10,7 +10,8 @@
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "watch": "tsc -w",
 | 
			
		||||
        "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
 | 
			
		||||
        "test": "run-s clean build run_mocha",
 | 
			
		||||
        "test": "yarn run_mocha",
 | 
			
		||||
        "rebuild-and-test": "run-s clean build test",
 | 
			
		||||
        "test:circleci": "yarn test:coverage",
 | 
			
		||||
        "run_mocha": "mocha lib/test/**/*_test.js --bail --exit",
 | 
			
		||||
        "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user