@itgenio/minecraft-marks

v0.0.4
Web component для Minecraft выделений

tsc-check

tsc --noEmit

tsc

tsc --declaration --emitDeclarationOnly

dev

concurrently -n watch: -c "cyan,magenta,blue" "npm:watch-*" --kill-others --restart-tries 3 --restart-after 1000

prepack

concurrently "npm:tsc-check" "npm:build-code" "npm:tsc"

build-code

rimraf dist && cross-env NODE_ENV=production node ./build.js

watch-code

rimraf dist && node ./build.js

meteor-dist

rimraf meteorDist && copyfiles package*.json meteorDist && copyfiles dist/* meteorDist && cd meteorDist && meteor npm ci --production
npm i @itgenio/[email protected]

Metadata

  • ISC
  • Whatever
  • Alex So
  • released 5/25/2022

Downloads