@studio-freight/react-lenis-test

v0.0.1

dev

npm-run-all --parallel watch playground

playground

npm run dev --prefix ./playground

build

npm-run-all --parallel build:dist build:types

build:dist

rollup --bundleConfigAsCjs -c

build:types

tsc --target esnext --allowJs -d --emitDeclarationOnly --declarationDir ./dist/types --removeComments ./src/index.jsx

watch:dist

rollup --bundleConfigAsCjs -c -w

watch:types

tsc --target esnext --allowJs -d --emitDeclarationOnly --declarationDir ./dist/types --removeComments --watch ./src/index.jsx

watch

npm-run-all --parallel watch:dist watch:types

push

git add -A && git commit -m "new version" && git push && git push --tags

postversion

npm-run-all build push
npm i @studio-freight/react-lenis-test

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 12/22/2023

Downloads