Skip to content

Commit

Permalink
Move theme typings to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Mar 5, 2024
1 parent 849f933 commit f5c6ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"scripts": {
"bundle-size-explorer": "source-map-explorer 'build/static/js/*.js'",
"bundle-size-report": "source-map-explorer 'build/static/js/*.js' --html reports/bundle-size.html",
"ci": "npm run theme && npm run typecheck && npm run test && npm run build && npm run bundle-size-report",
"ci": "npm run typecheck && npm run test && npm run build && npm run bundle-size-report",
"postinstall": "npm run theme",
"start": "craco start",
"build": "craco build",
"test": "craco test --testPathIgnorePatterns=e2e",
Expand Down

0 comments on commit f5c6ff3

Please sign in to comment.