Skip to content

Commit

Permalink
Merge branch 'main' into benisrae/fix-go-multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored Jan 21, 2021
2 parents b16de47 + e15984c commit 89fbbba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 63 deletions.
3 changes: 0 additions & 3 deletions buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ phases:
# Temporarily - install yarn if it's not there already
- yarn --version || npm install --global yarn
- yarn install --frozen-lockfile
pre_build:
commands:
- yarn fetch-dotnet-snk
build:
commands:
- yarn build && yarn test
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/content/specification/2-type-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ using that.
By default, _submodule_ names are rendered appropriately in the target language (this typically involves adjusting the
case of _submodule_ name fragments to the idiomatic form in the language). In certain cases however, a developer can
choose to use a different configuration by defining the _submodule_ using the namespaced-export syntax
(`export * as namespace from './module-name';`) ny placing a `.jsiirc.json` file next to the entry point of the
(`export * as namespace from './module-name';`) by placing a `.jsiirc.json` file next to the entry point of the
namespaced module. For example, if `./module-name`'s entry point is `foo/bar/module-name/index.ts`, the _submodule_
configuration resides in `foo/bar/module-name/.jsiirc.json`.

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint:fix": "lerna run lint:fix --stream --sort",
"bump": "bash scripts/bump.sh",
"dist-clean": "lerna run dist-clean --stream && rm -rf dist",
"fetch-dotnet-snk": "bash scripts/fetch-dotnet-snk.sh",
"package": "bash scripts/package.sh",
"test": "lerna run test --concurrency=1 --stream",
"test:integ": "lerna run test:integ --stream",
Expand Down
58 changes: 0 additions & 58 deletions scripts/fetch-dotnet-snk.sh

This file was deleted.

0 comments on commit 89fbbba

Please sign in to comment.