chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-15 15:50:26 +00:00
parent 008452fd86
commit cf83bb5b0c
11 changed files with 15 additions and 33 deletions

View File

@@ -91,7 +91,7 @@
},
"org.standardnotes.advanced-checklist": {
"version": "0.0.1",
"base64": "62843bb9f88bd51bccd5d1894ed28b8a518c520929ef54279e47a2b0c54890c1",
"binary": "cdb2e4a1e9071e5fec3f979100e4ec9d35240805168bbb0d8dd393d3e2092c83"
"base64": "df36f94cd67567505d14bf847513256061b667e8145860341f7ad7e3df4df78e",
"binary": "c875c20073ac964c94f27f9028514eac7f09528c22fb349cd4f7a095b3bac49b"
}
}

View File

@@ -1,13 +1,13 @@
{
"files": {
"main.js": "./static/js/main.js",
"main.css": "./static/css/main.bb4586b1.css",
"main.js": "./static/js/main.e72e12bb.js",
"index.html": "./index.html",
"main.js.map": "./static/js/main.js.map",
"main.bb4586b1.css.map": "./static/css/main.bb4586b1.css.map"
"main.bb4586b1.css.map": "./static/css/main.bb4586b1.css.map",
"main.e72e12bb.js.map": "./static/js/main.e72e12bb.js.map"
},
"entrypoints": [
"static/js/main.js",
"static/css/main.bb4586b1.css"
"static/css/main.bb4586b1.css",
"static/js/main.e72e12bb.js"
]
}

View File

@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place."/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Advanced Checklist</title><script defer="defer" src="./static/js/main.js"></script><link href="./static/css/main.bb4586b1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="sn-component" id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place."/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Advanced Checklist</title><script defer="defer" src="./static/js/main.e72e12bb.js"></script><link href="./static/css/main.bb4586b1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="sn-component" id="root"></div></body></html>

View File

@@ -8,13 +8,6 @@
],
"private": true,
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/advanced-checklist.git"
},
"bugs": {
"url": "https://github.com/standardnotes/advanced-checklist/issues"
},
"sn": {
"main": "index.html"
}

View File

@@ -8,6 +8,5 @@
"url": "http://localhost:3000/index.html",
"download_url": "",
"latest_url": "",
"marketing_url": "https://github.com/standardnotes/advanced-checklist",
"thumbnail_url": ""
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -14,21 +14,11 @@
"homepage": ".",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"prepublishOnly": "npm run build",
"clean-deploy-cache": "rm -rf node_modules/.cache/gh-pages",
"predeploy": "yarn run pretty && yarn run build && yarn clean-deploy-cache",
"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",
"start": "react-scripts start",
"test:coverage": "npm run test -- --coverage --watchAll",
"eject": "react-scripts eject",
"serve": "serve -s -p 3000 build",
"server-public": "http-server -p 3000 --cors",
"server-root": "http-server ./ -p 3000 --cors",
"server": "http-server ./build -p 3000 --cors",
"components:compile": "react-app-rewired build",
"components:test": "react-app-rewired test --watchAll=false",
"components:compile": "react-scripts build",
"components:test": "react-scripts test --watchAll=false",
"components:lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},
"eslintConfig": {