Skip to content

Commit

Permalink
remove release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 4, 2024
1 parent 89740ad commit 4352c42
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 @@ -42,7 +42,7 @@
"lint": "eslint --ext .js --ext .ts ./ --cache --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"codesandbox-ci": "run-s build",
"prerelease": "run-s clean:build test dist",
"prerelease": "run-s clean:build dist",
"release": "ts-node ./scripts/release.ts",
"publish-ci": "npm publish"
},
Expand Down

0 comments on commit 4352c42

Please sign in to comment.