UNPKG
@nathanfaucett/file_utils
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
file utils for node.js
gitlab.com/nathanfaucett/file_utils
@nathanfaucett/file_utils
/
.gitlab-ci.yml
13 lines
(9 loc)
•
118 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
image:
node:latest
cache:
paths:
-
node_modules/
before_script:
-
npm
install
test:
script:
npm
test