Skip to content

Commit

Permalink
Merge pull request #5 from dabapps/prepublish-script
Browse files Browse the repository at this point in the history
Prepublish script
  • Loading branch information
JakeSidSmith authored Apr 26, 2019
2 parents bb11da3 + 739efce commit 5ada3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dabapps/django-s3-file-upload",
"version": "0.0.0",
"version": "0.0.1",
"description": "Upload files from the browser to S3 - client side implementation",
"main": "dist/index.js",
"directories": {},
Expand All @@ -14,7 +14,8 @@
"prettier-check": "prettier --check '**/*.{ts,tsx,js,jsx}'",
"prettier": "prettier --write '**/*.{ts,tsx,js,jsx}'",
"tests": "jest",
"test": "npm run lint && npm run typecheck && npm run tests -- --runInBand --coverage"
"test": "npm run lint && npm run typecheck && npm run tests -- --runInBand --coverage",
"prepublishOnly": "npm run dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ada3b8

Please sign in to comment.