Skip to content

Commit

Permalink
build: rename check
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Nov 7, 2023
1 parent 1c1173a commit 7ab21ef
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"complete-check": "npm run lint && npm run build && npm run test",
"check": "npm run lint && npm run build && npm run test",
"build": "npm run build-browser && npm run build-node && npm run build-styles",
"build-browser": "rollup -c=rollup.config.js",
"build-node": "rm -rf dist && tsc -p tsconfig.node.json",
Expand Down

0 comments on commit 7ab21ef

Please sign in to comment.