Skip to content

Commit 93ba53d

Browse files
committed
fix: scripts
1 parent 0cb65e4 commit 93ba53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./src",
1717
"compile": "vc-tools run compile --babel-runtime",
1818
"test": "cross-env NODE_ENV=test jest --config .jest.js",
19-
"prepublishOnly": "npm run lint && npm run test && npm run compile && np --no-cleanup --yolo --no-publish"
19+
"prepublishOnly": "pnpm run lint && pnpm run compile && np --no-cleanup --yolo --no-publish"
2020
},
2121
"files": [
2222
"es",

0 commit comments

Comments
 (0)