Skip to content

Commit 1a874e4

Browse files
committed
only do partial build before version
1 parent 4a88d89 commit 1a874e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:prettier": "prettier --check . || (echo 'Run `npm run fix:prettier` to fix it.' && exit 1)",
1717
"lint:eslint": "eslint . --ext .js,.ts",
1818
"fix:prettier": "prettier --write .",
19-
"preversion": "npm run complete-build",
19+
"preversion": "npm run build",
2020
"postversion": "git push && git push --tag",
2121
"test": "npx ts-node simple-test.ts"
2222
},

0 commit comments

Comments
 (0)