move classes.json into the generated folder
All checks were successful
Actions / Build Plugins (pull_request) Successful in 39s
All checks were successful
Actions / Build Plugins (pull_request) Successful in 39s
This commit is contained in:
parent
95183524a2
commit
a82a971999
2 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ const json = css
|
|||
});
|
||||
|
||||
fs.writeFileSync(
|
||||
path.join(__dirname, "../src/classes.json"),
|
||||
path.join(__dirname, "./classes.json"),
|
||||
JSON.stringify(json),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue