UNPKG

generator-browser-modern-extension

Version:

Scaffold out a boilerplate for creating a browser extension with up-to-date tools and autoreload

11 lines (10 loc) 209 B
language: node_js node_js: - 'node' cache:<% if (yarn) { %> yarn: true<% } %> directories: - node_modules script: - <%= yarn ? 'yarn' : 'npm run' %> build - <%= yarn ? 'yarn' : 'npm run' %> test