Skip to content

Commit

Permalink
new command
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Sep 30, 2024
1 parent 652d945 commit a6bc0e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rainix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop -c npm run svelte-lint-format-check

- run: nix develop -c npm run lint-format-check
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@
"dev": "node ./scripts/dev-script.js",
"start": "next start",
"build": "next build",
"lint": "eslint .",
"lint-check": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ./**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc.json"
"format-check": "prettier --list-different .",
"format": "prettier --write ./**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc.json",
"lint-format-check": "npm run lint-check && npm run format-check"
}
}
2 changes: 1 addition & 1 deletion public/_strategies/arbitrum/frame.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Test project

Test description
Test description

0 comments on commit a6bc0e2

Please sign in to comment.