chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-15 15:25:17 +00:00
parent a212156d4c
commit 51c5fcd732
39 changed files with 69 additions and 69 deletions

View File

@@ -15,7 +15,7 @@
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"compile": "react-app-rewired build",
"components:compile": "react-app-rewired build",
"eject": "react-scripts eject",
"components:lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},