Skip to content

Commit 2bc2893

Browse files
fix(qwik-nx): migration file name should not contain colon (#88)
1 parent 9b792e7 commit 2bc2893

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/qwik-nx/migrations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"generators": {
3-
"switch-to-qwik-nx:build-executor": {
3+
"switch-to-qwik-nx-build-executor": {
44
"version": "0.11.0",
5-
"description": "switch-to-qwik-nx:build-executor",
5+
"description": "switch-to-qwik-nx-build-executor",
66
"cli": "nx",
7-
"implementation": "./src/migrations/switch-to-qwik-nx:build-executor/switch-to-qwik-nx:build-executor"
7+
"implementation": "./src/migrations/switch-to-qwik-nx-build-executor/switch-to-qwik-nx-build-executor"
88
}
99
}
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
Tree,
66
} from '@nrwl/devkit';
77
import { createTreeWithEmptyWorkspace } from '@nrwl/devkit/testing';
8-
import migrate from './switch-to-qwik-nx:build-executor';
8+
import migrate from './switch-to-qwik-nx-build-executor';
99

1010
describe('Use new "qwik-nx:build" executor in qwik apps', () => {
1111
let tree: Tree;

0 commit comments

Comments
 (0)