Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Apr 14, 2022
1 parent 0cb65e4 commit 93ba53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./src",
"compile": "vc-tools run compile --babel-runtime",
"test": "cross-env NODE_ENV=test jest --config .jest.js",
"prepublishOnly": "npm run lint && npm run test && npm run compile && np --no-cleanup --yolo --no-publish"
"prepublishOnly": "pnpm run lint && pnpm run compile && np --no-cleanup --yolo --no-publish"
},
"files": [
"es",
Expand Down

0 comments on commit 93ba53d

Please sign in to comment.