UNPKG
@chemistry/mol3dview
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
Crystal Structure Viewer
github.com/vreshch/mol3dview
vreshch/mol3dview
@chemistry/mol3dview
/
.gitlab-ci.yml
11 lines
(9 loc)
•
134 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
stages:
-
build build & test: stage: build script:
-
npm install
-
npm run build
-
npm run lint
-
npm run test