Skip to content

Commit

Permalink
feat(core): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jan 30, 2023
1 parent 1305439 commit c1a84bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ packages/react/src/schematics/**/files/**/*.json
packages/jest/src/schematics/**/files/**/*.json
packages/**/schematics/**/files/**/*.html
packages/**/generators/**/files/**/*.html
packages/nx/src/native
nx-dev/nx-dev/.next/
nx-dev/nx-dev/public/documentation
graph/client/src/assets/environment.js
Expand Down
21 changes: 5 additions & 16 deletions packages/nx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx",
"projectType": "library",
"implicitDependencies": [
"graph-client"
],
"implicitDependencies": ["graph-client"],
"targets": {
"build-native": {
"executor": "@monodon/rust:napi",
Expand Down Expand Up @@ -33,18 +31,13 @@
{
"input": "packages/nx",
"glob": "**/*.json",
"ignore": [
"**/tsconfig*.json",
"**/project.json"
],
"ignore": ["**/tsconfig*.json", "**/project.json"],
"output": "/"
},
{
"input": "packages/nx",
"glob": "**/*.{js,css,html,svg}",
"ignore": [
"**/jest.config.js"
],
"ignore": ["**/jest.config.js"],
"output": "/"
},
{
Expand All @@ -64,13 +57,9 @@
"command": "echo hi"
},
"build": {
"dependsOn": [
"build-native"
],
"dependsOn": ["build-native"],
"executor": "nx:run-commands",
"outputs": [
"{workspaceRoot}/build/packages/nx"
],
"outputs": ["{workspaceRoot}/build/packages/nx"],
"options": {
"commands": [
{
Expand Down

0 comments on commit c1a84bb

Please sign in to comment.