Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 chore(package.json): add new scripts for build, linting, testing, a…
…nd releasing Added new scripts to the package.json file to improve the development workflow. The new scripts include prepack, build, test:dts, type-check, lint, lint:fix, release, and test. The prepack script runs the nyxr build command and cleans the package.json file. The build script runs the buildkarium command. The test:dts script runs the tsd command. The type-check script runs the tsc command with the --noEmit flag. The lint script runs the eslint command with the .ts and .js extensions. The lint:fix script runs the eslint command with the --fix flag. The release script runs the nyxr test command, generates a changelog with nyxlx changelogen, publishes the package with pnpm publish, and pushes the changes with git push --follow-tags. The test script runs the lint script
- Loading branch information