mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Make sure that it builds before publishing
This commit is contained in:
@@ -3,4 +3,3 @@ src/useragents.js
|
||||
Makefile
|
||||
.nyc_output
|
||||
coverage
|
||||
dist
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"prepublish": "npm run build",
|
||||
"lint": "eslint ./src --fix",
|
||||
"testem": "testem",
|
||||
"test": "eslint ./src & nyc --reporter=html --reporter=text ava",
|
||||
|
||||
Reference in New Issue
Block a user