Skip to content

Commit 4ccdb9f

Browse files
chore: make sure we clean up ALL .node files
1 parent 50fdc75 commit 4ccdb9f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

libs/darwin-arm64/project.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "@kevinmichaelchen/cel-typescript-darwin-arm64",
3+
"$schema": "node_modules/nx/schemas/project-schema.json",
4+
"targets": {
5+
"clean": {
6+
"cache": false,
7+
"executor": "nx:run-commands",
8+
"options": {
9+
"commands": ["rm -f {projectRoot}/*.node"],
10+
"parallel": false
11+
}
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)