We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f84178 + 8d5a8b5 commit c7679e4Copy full SHA for c7679e4
.travis/pu.sh
@@ -29,7 +29,7 @@ make_version() {
29
30
# Run the deploy build and increment the package versions
31
# %s is the placeholder for the created tag
32
- npm version patch -m "chore: release version %s [skip ci]"
+ npm version patch -m "chore: release version %s [ci skip]"
33
}
34
35
upload_files() {
package.json
@@ -86,7 +86,7 @@
86
"build": "npm run lint && tsc",
87
"build-dev": "tsc",
88
"test": "node scripts/test.js --env=jsdom",
89
- "prepublishOnly": "npm run clean && npm install && npm run build",
+ "prepublishOnly": "npm install && npm run build",
90
"version": "npm run build && git add .",
91
"postversion": "git push && git push --tags"
92
},
0 commit comments