weldable

v3.1.0
A webpack configuration tool.
build config configuration webpack

test

run-s -l test:lint test:spell* test:ci

start

export _WELDABLE_DEV=true; ./bin/cli.js

docs:md

node ./scripts/readme.docs.js

release

changelog

test:ci

export CI=true; export _WELDABLE_TEST=true; jest --collectCoverage --coverageReporters="lcov" --coverageReporters="json-summary"

test:dev

eslint ./bin ./src; run-s test:spell test:local

test:deps

run-s test

test:docs

run-s test:spell test:lint

test:lint

eslint ./bin ./src

build:deps

bash ./scripts/dependencies.sh --doctor -u --doctorTest "npm run test:deps"

build:docs

run-s -l test:docs docs:md

test:local

export _WELDABLE_TEST=true; jest --watch

test:spell

cspell './bin/**/*.js' './src/**/*.js' './tests/**/*.js' --config ./cspell.config.json

test:coverage

run-s test:ci test:coverageSummary

test:clearCache

jest --clearCache

test:spell-docs

cspell ./README.md ./DOCS.md ./CONTRIBUTING.md --config ./cspell.config.json

test:integration

export _WELDABLE_TEST=true; jest --roots=./tests

build:packages-lib

node ./scripts/generatePackagesLib.js

test:coverageSummary

node ./scripts/actions.coverage.js

test:integration-dev

export _WELDABLE_TEST=true; jest --roots=./tests --watchAll

Metadata

  • MIT
  • >=18.12.0
  • cdcabrera
  • released 7/12/2024

Downloads

Maintainers