Skip to content

Commit

Permalink
Remove unused docs/static npm scripts since docsite is static (#2221)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
Co-authored-by: Miguel Jimenez <mjimenez98@github.com>
Co-authored-by: mjimenez98 <mjimenez98@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: primer-css <primer-css@users.noreply.github.com>
  • Loading branch information
6 people authored Aug 22, 2023
1 parent 5a09eab commit f55865f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"portsAttributes": {
"4000": {
"label": "demo"
},
"5400": {
"label": "doctocat"
}
},
"hostRequirements": {
Expand Down
4 changes: 2 additions & 2 deletions demo/gemfiles/kuby.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
kube-dsl (~> 0.1)
kuby-cert-manager (0.4.0)
kube-dsl (~> 0.1)
kuby-core (0.19.0)
kuby-core (0.20.1)
colorize (~> 0.8)
docker-remote (~> 0.8)
gli (~> 2.21)
Expand Down Expand Up @@ -244,7 +244,7 @@ PLATFORMS
DEPENDENCIES
kind-rb (~> 0.1)
kuby-azure (~> 0.4.0)
kuby-core (~> 0.19)
kuby-core (~> 0.20)
kuby-kind (~> 0.1)
pry-byebug

Expand Down
1 change: 0 additions & 1 deletion docs/static/primer_view_components.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/primer_view_components.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions docs/static/primer_view_components.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/primer_view_components.js.map

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
],
"scripts": {
"clean": "git clean -fdX -- app/",
"build:docs": "npm run --prefix ./docs/ build",
"build:docs:preview": "cd docs && npx gatsby build",
"prepare": "rm -rf docs/static && mkdir -p docs/static && script/build-assets && cp app/assets/**/primer_view_components.* docs/static/",
"prepare": "script/build-assets",
"lint": "npm run lint:stylelint && npm run lint:eslint",
"lint:stylelint": "stylelint 'app/components/**/*.pcss'",
"lint:stylelint:fix": "stylelint 'app/components/**/*.pcss' --fix",
Expand Down

0 comments on commit f55865f

Please sign in to comment.