Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from nearmap/fix-publish
Browse files Browse the repository at this point in the history
build(build): add missing package.json to build/pkg
  • Loading branch information
kollhof authored Sep 14, 2018
2 parents 6fe203c + d2a2ce1 commit 08d6d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean": "rimraf ./build",
"build": "run build:*",
"build:babel": "babel src --out-dir build/pkg --ignore '**/*.test.js'",
"build:files": "cp ./README.md ./LICENSE build/pkg/",
"build:files": "cp package.json ./README.md ./LICENSE build/pkg/",
"test": "run lint jest",
"lint": "run lint:*",
"lint:js": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
Expand Down

0 comments on commit 08d6d17

Please sign in to comment.