Skip to content

Commit 4f63f28

Browse files
lunnytechknowlogick
andauthoredApr 3, 2020
Rename scripts to build and add revive command as a new build tool command (#10942)
Co-authored-by: techknowlogick <[email protected]>
1 parent 4af7c47 commit 4f63f28

File tree

182 files changed

+15833
-1227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+15833
-1227
lines changed
 

‎.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ steps:
339339
pull: default
340340
image: alpine:3.11
341341
commands:
342-
- ./scripts/update-locales.sh
342+
- ./build/update-locales.sh
343343

344344
- name: push
345345
pull: always

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ conf/* linguist-vendored
66
docker/* linguist-vendored
77
options/* linguist-vendored
88
public/* linguist-vendored
9-
scripts/* linguist-vendored
9+
build/* linguist-vendored
1010
templates/* linguist-vendored

0 commit comments

Comments
 (0)
Please sign in to comment.