UNPKG

gel-grid

Version:

A flexible code implementation of the GEL Grid

17 lines (13 loc) 247 B
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