@dhis2/d2-ui-file-menu

v5.3.8
File menu component for DHIS2

prebuild

npm run lint && rimraf ./build/*

build

npm run localize && babel src --copy-files --out-dir build --ignore spec.js

lint

eslint src/

watch

npm run build -- --watch

test-ci

jest --config=../../jest.config.js packages/file-menu

extract-pot

d2-i18n-extract -p src/ -o i18n/

prettify

prettier "src/**/*.{js,jsx,json,css}" --write

localize

npm run extract-pot && d2-i18n-generate -n d2-ui-file-menu -p ./i18n/ -o ./src/locales/
npm i @dhis2/[email protected]

Metadata

Downloads