We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fdc75 commit 4ccdb9fCopy full SHA for 4ccdb9f
libs/darwin-arm64/project.json
@@ -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