mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
Make Turborepo consider css
build output directories
This commit is contained in:
parent
d44cef7c34
commit
f56b8941ec
@ -3,7 +3,7 @@
|
|||||||
"pipeline": {
|
"pipeline": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["dist/**"],
|
"outputs": ["dist/**", "css/**"],
|
||||||
"outputMode": "new-only"
|
"outputMode": "new-only"
|
||||||
},
|
},
|
||||||
"tsc": {
|
"tsc": {
|
||||||
|
Loading…
Reference in New Issue
Block a user