mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Add build as pre-publish step to npm. Fix #784
This commit is contained in:
parent
c17f22f82b
commit
4fea91e936
@ -29,6 +29,7 @@
|
||||
"qunitjs": "^1.20.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
"test": "grunt test",
|
||||
"prepublish": "grunt build"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user