Skip to content

Commit

Permalink
build: updated lerna and built project
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Dec 6, 2022
1 parent b3d5854 commit e3bff5f
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 529 deletions.
112 changes: 49 additions & 63 deletions nx.json
@@ -1,70 +1,56 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "tsparticles-workspace",
"tasksRunnerOptions": {
"cloud": {
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "YmE3OGY1MTQtNTJjMC00MzdjLTgwYjEtZDk4YWE0OTQ4MTIzfHJlYWQ=",
"cacheableOperations": [
"build",
"build:ci",
"build:docs",
"build-docs",
"test",
"lint",
"package",
"prepare"
]
}
"extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "tsparticles-workspace",
"tasksRunnerOptions": {
"cloud": {
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "YmE3OGY1MTQtNTJjMC00MzdjLTgwYjEtZDk4YWE0OTQ4MTIzfHJlYWQ=",
"cacheableOperations": [
"build",
"build:ci",
"build:docs",
"build-docs",
"test",
"lint",
"package",
"prepare"
]
}
},
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "build:ci", "build:docs", "build-docs", "lint", "test", "e2e"]
}
}
},
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"build:ci",
"build:docs",
"build-docs",
"lint",
"test",
"e2e"
]
}
}
},
"affected": {
"defaultBase": "main"
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
"affected": {
"defaultBase": "main"
},
"build:ci": {
"dependsOn": [
"^build:ci"
]
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
}
},
"prepare": {
"dependsOn": [
"^build",
"^prepare"
]
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
},
"build:ci": {
"dependsOn": ["^build:ci"]
},
"prepare": {
"dependsOn": ["^build", "^prepare"]
},
"package": {
"dependsOn": ["^build", "^prepare", "^package"]
}
},
"package": {
"dependsOn": [
"^build",
"^prepare",
"^package"
]
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
}
}
}
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -21,20 +21,20 @@
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@nrwl/cli": "^15.2.1",
"@nrwl/cli": "^15.2.4",
"@nrwl/nx-cloud": "^15.0.2",
"@nrwl/workspace": "^15.2.1",
"@nrwl/workspace": "^15.2.4",
"@parcel/core": "^2.8.0",
"@parcel/transformer-sass": "^2.8.0",
"@tsparticles/prettier-config": "^1.3.1",
"@types/node": "^18.11.9",
"@types/node": "^18.11.11",
"copyfiles": "^2.4.1",
"husky": "^8.0.2",
"ini": "^3.0.1",
"lerna": "^6.0.3",
"nx": "^15.2.1",
"lerna": "^6.1.0",
"nx": "^15.2.4",
"parcel": "^2.8.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"typedoc": "^0.23.21",
"typedoc-plugin-carbon-ads": "^1.1.6",
Expand Down

0 comments on commit e3bff5f

Please sign in to comment.