Skip to content

Commit c99c708

Browse files
Fixed some spelling issues for build process. (#97)
* Update langs.ts for Polish (#75) Ref: #71 * build(deps-dev): bump webpack from 5.88.1 to 5.88.2 (#74) Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.88.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.88.1...v5.88.2) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump tailwindcss from 3.3.2 to 3.3.3 (#73) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.3/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Updated build process - removing non required dirs Fixes: #79 - Added stories and suggested groups Fixes: #80 - ref #79 Resolves: #78 - made array Updated UI elements - the way it is shown - this fixes the scroll issues with FB. Added a more controllable effect for it * Generating a proper changelog that is not manually collated and that correctly matches the release versions Some general cleanups in the build * added contributing md * build(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#84) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Spelling fix on build process... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a77cec commit c99c708

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ ADD webpack.* /home/buildp/
1010
ADD LICENSE /home/buildp/LICENSE
1111
ADD README.md /home/buildp/README.md
1212
ADD PrivacyPolicy.md /home/buildp/PrivacyPolicy.md
13-
ADD scipts/ /home/buildp/scipts/
13+
ADD scripts/ /home/buildp/scripts/
1414
ADD src/ /home/buildp/src/
1515
ADD build.* /home/buildp/
1616

1717
RUN apt-get update && apt-get install -y curl git wget unzip jq zip
1818

1919
WORKDIR /home/buildp
2020

21-
CMD bash scipts/build-package.sh
21+
CMD bash scripts/build-package.sh
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)