Skip to content

Commit 2c5cc19

Browse files
authored
Create empty .npmignore file so that everything in the typescript models (#394)
are published. Signed-off-by: Josh Pinkney <[email protected]>
1 parent e3d20ef commit 2c5cc19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/release-typescript-models.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
sed -i 's/\"description\": \".*\"/"description": "Typescript types for devfile api"/g' /tmp/typescript-models/package.json
6565
sed -i 's/\"repository\": \".*\"/"repository": "devfile\/api"/g' /tmp/typescript-models/package.json
6666
sed -i 's/\"license\": \".*\"/"license": "EPL-2.0"/g' /tmp/typescript-models/package.json
67+
echo "" > /tmp/typescript-models/.npmignore
6768
6869
- name: Setup node
6970
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)