Add release script, bump version

This commit is contained in:
Daniel Lautzenheiser 2022-09-30 19:24:46 -04:00
parent e1fca169c2
commit f85fa02660

View File

@ -1,6 +1,6 @@
{ {
"name": "@simplecms/simple-cms-core", "name": "@simplecms/simple-cms-core",
"version": "0.1.4", "version": "0.1.5",
"license": "MIT", "license": "MIT",
"description": "Simple CMS core application.", "description": "Simple CMS core application.",
"repository": "https://github.com/SimpleCMS/simple-cms", "repository": "https://github.com/SimpleCMS/simple-cms",
@ -23,6 +23,8 @@
"lint:format": "prettier \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different", "lint:format": "prettier \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different",
"lint:js": "eslint --color --ignore-path .gitignore \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"", "lint:js": "eslint --color --ignore-path .gitignore \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"",
"lint": "run-p -c --aggregate-output \"lint:*\"", "lint": "run-p -c --aggregate-output \"lint:*\"",
"publish": "npm publish",
"release": "run-s build publish",
"start": "run-s clean develop" "start": "run-s clean develop"
}, },
"module": "dist/esm/index.js", "module": "dist/esm/index.js",