Skip to content

Commit 624ffb6

Browse files
committed
version is a parseing one
1 parent 20d6378 commit 624ffb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buildspec.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.3
1+
version: 0.2
22

33
phases:
44
install:
@@ -9,6 +9,10 @@ phases:
99
build:
1010
commands:
1111
- npm run build
12+
unit_test:
13+
commands:
1214
- npm test
1315
- npm run test_conditions
16+
integration_tests:
17+
commands:
1418
- npm run verdaccio

0 commit comments

Comments
 (0)