chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-14 14:21:26 +00:00
parent 90bc02e8b8
commit 53b730ff18
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
"deploy-build": "yarn run predeploy && gh-pages -b build -d build",
"deploy-dev": "yarn run predeploy && gh-pages -b dev -d build",
"deploy-stable": "yarn run predeploy && gh-pages -b gh-pages -d build",
"test": "react-scripts test --watchAll=false",
"custom:test": "react-scripts test --watchAll=false",
"test:coverage": "npm run test -- --coverage --watchAll",
"eject": "react-scripts eject",
"serve": "serve -s -p 3000 build",