Skip to content

Commit 72c5df1

Browse files
author
ziyi.hzy
committed
fix: skiplint
1 parent 4c25794 commit 72c5df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

src/built-in-plugins/ensure-project-files/plugin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function ensurePackageJson() {
276276
_.set(prevJson, 'types', `declaration/packages/${globalState.selectedSourceType}/index.d.ts`);
277277
}
278278

279-
_.set(prevJson, 'scripts.prepublishOnly', 'npm run build && npm run bundle --skipLint');
279+
_.set(prevJson, 'scripts.prepublishOnly', 'npm run build && npm run bundle -- --skipLint');
280280

281281
// Add babel-runtime
282282
_.set(prevJson, 'dependencies.@babel/runtime', '^7.0.0');

0 commit comments

Comments
 (0)