mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Add npm script testing type
This commit is contained in:
		@@ -23,7 +23,8 @@
 | 
				
			|||||||
    "build:server": "webpack --config ./build/webpack.server.config.js --progress --hide-modules",
 | 
					    "build:server": "webpack --config ./build/webpack.server.config.js --progress --hide-modules",
 | 
				
			||||||
    "lint": "eslint --ext .js,.vue src test/unit/specs",
 | 
					    "lint": "eslint --ext .js,.vue src test/unit/specs",
 | 
				
			||||||
    "unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
 | 
					    "unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
 | 
				
			||||||
    "build": "npm run lint && npm run unit && npm run build:client && npm run build:server"
 | 
					    "build": "npm run lint && npm run unit && npm run build:client && npm run build:server",
 | 
				
			||||||
 | 
					    "test:types": "tsc -p types/test"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user