Skip to content

Commit c7679e4

Browse files
authored
Merge pull request #30 from Azure-Samples/travis
remove clean, corrected skip ci to ci skip
2 parents 8f84178 + 8d5a8b5 commit c7679e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/pu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ make_version() {
2929

3030
# Run the deploy build and increment the package versions
3131
# %s is the placeholder for the created tag
32-
npm version patch -m "chore: release version %s [skip ci]"
32+
npm version patch -m "chore: release version %s [ci skip]"
3333
}
3434

3535
upload_files() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"build": "npm run lint && tsc",
8787
"build-dev": "tsc",
8888
"test": "node scripts/test.js --env=jsdom",
89-
"prepublishOnly": "npm run clean && npm install && npm run build",
89+
"prepublishOnly": "npm install && npm run build",
9090
"version": "npm run build && git add .",
9191
"postversion": "git push && git push --tags"
9292
},

0 commit comments

Comments
 (0)