UNPKG
gel-grid
Version:
latest (7.1.1)
7.1.1
7.1.0
7.0.0
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta.1
6.3.0
6.2.0
6.1.0
6.0.1
6.0.0
5.1.0
5.0.0
4.1.0
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
1.0.0
A flexible code implementation of the GEL Grid
github.com/bbc/gel-grid
bbc/gel-grid
gel-grid
/
codebuild
/
releasespec.yml
21 lines
(16 loc)
•
298 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
version:
0.2
env:
secrets-manager:
NPM_TOKEN:
npm:token
phases:
install:
commands:
-
echo
"//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
>
~/.npmrc
-
npm
ci
build:
commands:
-
npm
run
build
-
npm
test
post_build:
commands:
-
npm
publish