mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-02 18:42:47 +02:00
ci: Build app in the non-root user's folder
I think the issue was that the app was being built into the root user's home directory rather than
the `circleci` user's home directory. 🤞
This commit is contained in:
@@ -4,7 +4,7 @@ defaults: &defaults
|
||||
docker:
|
||||
- image: circleci/node
|
||||
|
||||
working_directory: ~/tmp
|
||||
working_directory: /home/circleci/app
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user