Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhalasz committed Mar 1, 2024
1 parent 154cf33 commit 1d8bd2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
"lint:ls": "ls-lint",
"lint:md": "markdownlint --ignore node_modules --ignore flashcards --config ./.markdownlint.jsonc --fix ./ ",
"lint:js": "eslint --max-warnings=0 --ext=.js --format=codeframe --format=table",
"study": "lenses2"
"study": "lenses2",
"demo:local": "study --demo-reset=300000 --reset-ignore=node_modules",
"demo:deployed": "study --demo-reset=300000 --reset-ignore=node_modules --no-open",
"demo:dev": "study --demo-reset=10000 --reset-ignore=node_modules, --no-open"
},
"author": "HackYourFutureBelgium",
"license": "MIT",
"dependencies": {
"study-lenses": "^0.0.170"
},
"devDependencies": {
"@ls-lint/ls-lint": "^2.0.0",
"cspell": "^6.31.1",
Expand Down

0 comments on commit 1d8bd2a

Please sign in to comment.