Skip to content

Commit

Permalink
Move dev scripts into dev folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 4, 2023
1 parent 1e844d4 commit a5ade60
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ extra:
steps:
# ember-ci-update inserts preamble here
- name: 'measure asset sizes'
run: node ./build/estimate-bytes/index.js
run: node ./dev/estimate-bytes/index.js
- name: comment on PR
uses: marocchino/sticky-pull-request-comment@v2
with:
path: ./build/estimate-bytes/comment.txt
path: ./dev/estimate-bytes/comment.txt

# Pending: ability to comment on PRs
# Pending: actually working (mising styles)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
- "ember-resources"
- "docs"
- "testing/*"
- "build/*"
- "dev/*"

0 comments on commit a5ade60

Please sign in to comment.