six-widget-buildsupport

6.0.0 • Public • Published

Common build scripts for six-widgets.

Usage

Add to package.json

 "scripts": {
     "clean": "six-clean",
     "start": "six-start",
     "compile:dev": "six-compile-dev",
     "test": "six-test",
     "get-stage": "six-get-stage",
     "deploy": "six-deploy"
 },

Optional Configuration

  "config": {
    "disable-sdk-bundle": 1
  },
  "config": {
      "additional-bundles": "bundles/webpack-without-highcharts.js,bundles/webpack-with-sdk-and-react-without-highcharts.js"
  },

Environment variables

PUBLISH_NPM: needs to be set when deploying to actually publish to npm.
PUSH_CDN: needs to be set when deploying to actually publish to cdn.

Notes

A ".npmignore" file will be generated automatically which uses whitelisting. Add files to .npm_publish_whitelist to allow them to be published.

Readme

Keywords

Package Sidebar

Install

npm i six-widget-buildsupport

Weekly Downloads

4

Version

6.0.0

License

MIT

Unpacked Size

26.6 kB

Total Files

22

Last publish

Collaborators

  • wallrat
  • six-cd