mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	Fix build command to exit with code 1 on build fail
This commit is contained in:
		@@ -18,8 +18,8 @@
 | 
			
		||||
    "i18n:publish": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js publish",
 | 
			
		||||
    "i18n:pull": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js pull",
 | 
			
		||||
    "build": "npm run clean && npm run build:webpack -- --progress",
 | 
			
		||||
    "build:webpack": "webpack --colors -p",
 | 
			
		||||
    "build:quite": "npm run clean && npm run build:webpack -- --quite",
 | 
			
		||||
    "build:webpack": "webpack --colors -p --bail",
 | 
			
		||||
    "build:quiet": "npm run clean && npm run build:webpack -- --quiet",
 | 
			
		||||
    "build:dll": "node ./scripts/build-dll.js"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user