UNPKG
@jwc/jscad-gears
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
jscad parts library to create gears
gitlab.com/johnwebbcole/jscad-gears
@jwc/jscad-gears
/
.gitlab-ci.yml
15 lines
(13 loc)
•
289 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image:
node:lts-buster
pages:
script:
-
npm
ci
-
cp
-R
src
srcx
-
find
./srcx
-name
"*.js"
-print0
|
xargs
-0
sed
-i
"s/@typedef {typeof import/@xtypedef {typeof import/g"
-
npm
run
docs
-
ls
-al
-R
public
artifacts:
paths:
-
public
only:
-
master