Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(npm run lint:js:*)",
"Bash(npm run build:gulp:*)",
"Bash(command -v:*)",
"Bash(npm run jest:*)",
"Bash(npx storybook:*)"
]
}
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ yarn.lock
*.css
!packages/bpk-stylesheets/base.css
/packages/bpk-stylesheets/normalize.scss

# NX
.nx/cache
.nx/workspace-data
13 changes: 13 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"extends": "nx/presets/npm.json",
"affected": { "defaultBase": "main" },
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": { "cacheableOperations": [] }
}
},
"targetDefaults": {},
"plugins": []
}
Loading
Loading