Skip to content

Commit

Permalink
Fix publish process.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGardner committed Jul 9, 2019
1 parent 29ad8ec commit f102d5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions publish/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ git checkout master
git pull
```

Clean any old artifacts:
```
cd src
npm run ngc.clean
```

Update version in `package.json` and `CHANGELOG.md` then commit with commit message:
`chore(): ver bump`. Sync to `github`.
```
Expand Down
2 changes: 1 addition & 1 deletion publish/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pack() {
# compile package and copy files required by npm
echo 'Building /src...'
cd "$TO_SOURCE_DIR"
node_modules/.bin/tsc
node_modules/.bin/ngc -skipLibCheck --project tsconfig.json

# remove unwanted files
echo 'Removing unwanted files from /src...'
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-stripe",
"version": "5.4.2",
"version": "5.4.3",
"description": "NativeScript Stripe sdk",
"main": "stripe",
"typings": "index.d.ts",
Expand Down

0 comments on commit f102d5f

Please sign in to comment.