UNPKG
use-scroll-position
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
https://bmgaynor.gitlab.io/use-scroll-position/#/
bmgaynor.gitlab.io/use-scroll-position/
use-scroll-position
/
.gitlab-ci.yml
18 lines
(16 loc)
•
272 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image:
node:latest
pages:
script:
-
npm
install
-
npm
run
build
# Holy hack for real?
-
echo
'//registry.npmjs.org/:_authToken=${NPM_TOKEN}'
>.npmrc
-
npm
publish
artifacts:
paths:
-
public
cache:
paths:
-
node_modules
only:
-
master