add npm package to CI
This commit is contained in:
parent
2e7301b6ba
commit
120fd9b026
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm test
|
- npm test
|
||||||
|
- npm run package
|
||||||
|
|
Reference in a new issue