UNPKG
@sharksv/hyper
Version:
beta (3.0.0-beta.1)
latest (3.0.1)
3.0.1
3.0.0
3.0.0-beta.1
2.3.0
2.2.3
2.1.0
2.0.0
1.2.1
1.1.0
A CLI to bootstrap new projects!
github.com/iTzSharkSV/Hyper
iTzSharkSV/Hyper
@sharksv/hyper
/
Templates
/
Node
/
.circleci
/
config.yml
24 lines
(18 loc)
•
326 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version:
2.1
orbs:
node:
circleci/node@4.7
jobs:
build-and-test:
docker:
-
image:
cimg/node:16.10
steps:
-
checkout
-
node/install-packages:
pkg-manager:
yarn
-
run:
name:
Run
tests
command:
yarn
test
workflows:
sample:
jobs:
-
build-and-test