UNPKG

gel-grid

Version:

A flexible code implementation of the GEL Grid

21 lines (16 loc) 298 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 post_build: commands: - npm publish