mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 22:03:31 +03:00
Add build as pre-publish step to npm. Fix #784
This commit is contained in:
parent
c17f22f82b
commit
4fea91e936
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
"qunitjs": "^1.20.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
"test": "grunt test",
|
||||
"prepublish": "grunt build"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue