Skip to content

Commit

Permalink
Split Basic Power Sheet + Refactors
Browse files Browse the repository at this point in the history
* New Solar and Steam power sheets split from basic power
* Update nav links
* Move shared data files to data folder
* Make cheat-sheet-template component standalone
* Remove old belt sheet data by making belt component use the newer cheat-sheet-template
* Convert components using the cheat-sheet-template to standalone
  • Loading branch information
deniszholob committed Dec 6, 2024
1 parent bb5dc75 commit 53f4eec
Show file tree
Hide file tree
Showing 73 changed files with 734 additions and 981 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"npm": ">= 8.19.2"
},
"scripts": {
"ng": "ng",
"i": "npm i",
"start": "ng serve --port 9009",
"storybook:docs": "npm run docs:json && npm run storybook",
"storybook": "ng run factorio-cheat-sheet:storybook --port 6006",
"lint": "ng lint --fix",
"format": "prettier --cache --write --ignore-unknown .",
"lint:check": "ng lint",
"format:check": "prettier --cache --check --ignore-unknown .",
"test": "echo 'No tests'",
"start:prod": "http-server -p 8080 -c-1 public",
"build": "npm run build:prod",
"build:sh": "sh ./build/build.sh",
"build:dev": "ng --configuration development",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "echo 'No tests'",
"lint": "ng lint --fix",
"lint:check": "ng lint",
"format": "prettier --cache --write --ignore-unknown .",
"format:check": "prettier --cache --check --ignore-unknown .",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"build-storybook": "npm run docs:json && storybook build",
"prepare": "husky install",
"pre-commit": "npm run update-devcontainer-extensions && npx lint-staged",
"update-devcontainer-extensions": "node .devcontainer/dev-container-update-extensions.js ",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run factorio-cheat-sheet:storybook --port 6006",
"storybook:docs": "npm run docs:json && npm run storybook",
"build-storybook": "npm run docs:json && storybook build"
"ng": "ng"
},
"lint-staged": {
"**/*.{ts,tsx,js,jsx}": [
Expand Down
176 changes: 0 additions & 176 deletions src/app/cheat-sheets/game-base/basic-power/basic-power.component.html

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 53f4eec

Please sign in to comment.