Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b270f037f | ||
|
|
5efdad0b6b | ||
|
|
1500b39d92 | ||
|
|
da424119c8 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "react-crafter",
|
||||
"version": "1.0.4",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "react-crafter",
|
||||
"version": "1.0.4",
|
||||
"version": "1.1.1",
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.0",
|
||||
"commander": "^7.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-crafter",
|
||||
"version": "1.0.4",
|
||||
"version": "1.1.1",
|
||||
"description": "A CLI tool to quickly scaffold a React application with TypeScript, Ant Design, Sass, Webpack, and essential development tools like Husky and linters pre-configured. Perfect for kickstarting modern React projects with best practices.",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
@@ -27,6 +27,7 @@
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "jest",
|
||||
"publish": "node release.js",
|
||||
"lint:prettier": "node check-format.js",
|
||||
"pretty-quick": "pretty-quick",
|
||||
"prettier": "prettier --write . --config .prettierrc",
|
||||
|
||||
@@ -42,8 +42,8 @@ async function run() {
|
||||
execSync('git push origin master --follow-tags', { stdio: 'inherit' });
|
||||
|
||||
// Publish the package
|
||||
//console.log(chalk.blue('Publishing the package to npm...'));
|
||||
//execSync('npm publish', { stdio: 'inherit' });
|
||||
console.log(chalk.blue('Publishing the package to npm...'));
|
||||
execSync('npm publish', { stdio: 'inherit' });
|
||||
|
||||
console.log(
|
||||
chalk.green(`🚀 Successfully released a new ${versionType} version!`)
|
||||
|
||||
Reference in New Issue
Block a user