Skip to content

Commit

Permalink
[#135] Build Assets (#136)
Browse files Browse the repository at this point in the history
- Fixes tsconfig inclusion
- Adjusts CircleCI config build steps
  • Loading branch information
nick-telsan authored Jan 3, 2024
1 parent 26c997d commit b97d92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:
- checkout

# @TODO: Build React apps

- run: echo "Building..."
- run: echo "${ACF_DEVELOP}" >> ./client-mu-plugins/goodbids/auth.json
- run: echo "$(< ./client-mu-plugins/goodbids/auth.json)"
- run: cd client-mu-plugins/goodbids && composer install --verbose
- run: cd client-mu-plugins/goodbids && npm install
- run: cd client-mu-plugins/goodbids && npm run build

# @TODO: Add tests
# - run:
Expand Down
2 changes: 1 addition & 1 deletion client-mu-plugins/goodbids/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.js"]
}

0 comments on commit b97d92f

Please sign in to comment.