[examples][sm] - renaming ckan to ckan-2021

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-04-13 21:24:25 -03:00
parent 64e97d3884
commit afc2101da0
76 changed files with 12 additions and 12 deletions

View File

@@ -7,5 +7,5 @@ export default {
'^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nrwl/next/babel'] }], '^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nrwl/next/babel'] }],
}, },
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/examples/ckan', coverageDirectory: '../../coverage/examples/ckan-2021',
}; };

View File

@@ -1,7 +1,7 @@
{ {
"name": "ckan", "name": "ckan-2021",
"$schema": "../../node_modules/nx/schemas/project-schema.json", "$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "examples/ckan", "sourceRoot": "examples/ckan-2021",
"projectType": "application", "projectType": "application",
"targets": { "targets": {
"build": { "build": {
@@ -9,12 +9,12 @@
"outputs": ["{options.outputPath}"], "outputs": ["{options.outputPath}"],
"defaultConfiguration": "production", "defaultConfiguration": "production",
"options": { "options": {
"root": "examples/ckan", "root": "examples/ckan-2021",
"outputPath": "dist/examples/ckan" "outputPath": "dist/examples/ckan-2021"
}, },
"configurations": { "configurations": {
"development": { "development": {
"outputPath": "examples/ckan" "outputPath": "examples/ckan-2021"
}, },
"production": {} "production": {}
} }
@@ -23,16 +23,16 @@
"executor": "@nrwl/next:server", "executor": "@nrwl/next:server",
"defaultConfiguration": "development", "defaultConfiguration": "development",
"options": { "options": {
"buildTarget": "ckan:build", "buildTarget": "ckan-2021:build",
"dev": true "dev": true
}, },
"configurations": { "configurations": {
"development": { "development": {
"buildTarget": "ckan:build:development", "buildTarget": "ckan-2021:build:development",
"dev": true "dev": true
}, },
"production": { "production": {
"buildTarget": "ckan:build:production", "buildTarget": "ckan-2021:build:production",
"dev": false "dev": false
} }
} }
@@ -40,14 +40,14 @@
"export": { "export": {
"executor": "@nrwl/next:export", "executor": "@nrwl/next:export",
"options": { "options": {
"buildTarget": "ckan:build:production" "buildTarget": "ckan-2021:build:production"
} }
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": { "options": {
"jestConfig": "examples/ckan/jest.config.ts", "jestConfig": "examples/ckan-2021/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"configurations": { "configurations": {
@@ -61,7 +61,7 @@
"executor": "@nrwl/linter:eslint", "executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"], "outputs": ["{options.outputFile}"],
"options": { "options": {
"lintFilePatterns": ["examples/ckan/**/*.{ts,tsx,js,jsx}"] "lintFilePatterns": ["examples/ckan-2021/**/*.{ts,tsx,js,jsx}"]
} }
} }
}, },

View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 408 B

After

Width:  |  Height:  |  Size: 408 B