Skip to content

Commit 8d5a8b5

Browse files
committed
remove clean, corrected skip ci to ci skip
1 parent 56c8fcf commit 8d5a8b5

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
@@ -84,7 +84,7 @@
8484
"start": "npm install && npm run build && npm --prefix ./sample run start",
8585
"build": "npm run lint && tsc",
8686
"test": "node scripts/test.js --env=jsdom",
87-
"prepublishOnly": "npm run clean && npm install && npm run build",
87+
"prepublishOnly": "npm install && npm run build",
8888
"version": "npm run build && git add .",
8989
"postversion": "git push && git push --tags"
9090
},

0 commit comments

Comments
 (0)