Skip to content

Commit 8702b2e

Browse files
committed
typos
1 parent ccfb95f commit 8702b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ machine:
55
test:
66
override:
77
- npm install -g gulp
8-
- hpm install
8+
- npm install
99
- gulp build
1010

1111
post:

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
script:
1111
- npm install -g gulp
12-
- hpm install
12+
- npm install
1313
- gulp build
1414

1515
after_script:

0 commit comments

Comments
 (0)