UNPKG
@develcode/react-phone-number-input
Version:
latest (3.2.25)
3.2.25
3.2.24
3.1.23
3.1.22
Telephone number input React component
gitlab.com/catamphetamine/react-phone-number-input
@develcode/react-phone-number-input
/
.gitlab-ci.yml
17 lines
(13 loc)
•
217 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: node:10 pages: script:
-
npm install
-
npm run generate-docs
-
npm run build
-
mv ./bundle ./public
-
cp --recursive ./website/* ./public/ artifacts:
paths: - public
only:
-
master