mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Added scripts to package.json
This commit is contained in:
		@@ -4,6 +4,10 @@
 | 
				
			|||||||
  "description": "Simple starter for Gatsby",
 | 
					  "description": "Simple starter for Gatsby",
 | 
				
			||||||
  "main": "n/a",
 | 
					  "main": "n/a",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
					    "develop": "gatsby develop",
 | 
				
			||||||
 | 
					    "build": "npm run clean & gatsby build",
 | 
				
			||||||
 | 
					    "clean:public": "rm -rf public",
 | 
				
			||||||
 | 
					    "clean": "npm run clean:public",
 | 
				
			||||||
    "lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
 | 
					    "lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
 | 
				
			||||||
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
					    "test": "echo \"Error: no test specified\" && exit 1"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user