gh-pages :(

This commit is contained in:
nora 2021-06-24 15:26:43 +02:00
parent 579d81021a
commit 296fd4a279
26 changed files with 533 additions and 381 deletions

View file

@ -1,6 +1,7 @@
{
"name": "ibfi-ts",
"version": "0.1.0",
"gomepage": "https://nilstrieb.github.io/brainfuck",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
@ -22,7 +23,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
@ -41,5 +44,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}