Skip to content

Commit

Permalink
fix issue with build script
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Apr 8, 2019
1 parent a61e613 commit 71db3c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build_tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/.bin/tsc -p tsconfig.json
cp package.json dist/package.json
cp builders.json dist/builders.json
cp src/rollup/schema.json dist/src/rollup/schema.json
cp src/closure/schema.json dist/src/closure/schema.json
1 change: 0 additions & 1 deletion build_tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"author": "",
"license": "MIT",
"dependencies": {

"glob": "^7.1.3",
"typescript": "^3.3.4000"
},
Expand Down

0 comments on commit 71db3c8

Please sign in to comment.