Skip to content

Commit f91f4a1

Browse files
committed
chore:lint
1 parent 61b2d5e commit f91f4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"setup": "ts-patch install",
19-
"prepare": "npm run setup",
19+
"prepare": "npm run setup",
2020
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
2121
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json plugin/README.md demo/node_modules demo-angular/node_modules",
2222
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
@@ -115,4 +115,4 @@
115115
"@commitlint/config-conventional"
116116
]
117117
}
118-
}
118+
}

0 commit comments

Comments
 (0)