@tauri-apps/tauricon

v1.0.3
Make icons for your Tauri app.

lint

eslint --ext ts "./src/**/*.ts"

test

cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand --forceExit --no-cache

build

rimraf ./dist && rollup -c --silent

format

prettier --write --end-of-line=auto "./src/**/*.{cjs,js,jsx,ts,tsx,html,css,json}" --ignore-path .gitignore

pretest

yarn build

lint-fix

eslint --fix --ext ts "./src/**/*.ts"

postinstall

format:check

prettier --check --end-of-line=auto "./src/**/*.{cjs,js,jsx,ts,tsx,html,css,json}" --ignore-path .gitignore

build-release

rimraf ./dist && cross-env NODE_ENV=production rollup -c

lint:lockfile

lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn

prepublishOnly

yarn build-release
npm i @tauri-apps/tauricon

Metadata

Downloads