Skip to content

Commit

Permalink
Fixes build process to cleanup before creating new files (cozmo#49)
Browse files Browse the repository at this point in the history
* removed dist; added rimraf; added prebuild script

Removed current version of dist directory to prevent any git merge problems
Added rimraf nodemodule to be safe when deleting something
Added prebuild script which is executed before each build script; It will delete the dist directory

* removed package-lock; it is not in .gitignore
  • Loading branch information
lordnox authored and cozmo committed Feb 28, 2018
1 parent 3dad73a commit 6d4f674
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 10,106 deletions.
2 changes: 0 additions & 2 deletions dist/binarizer/index.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/bitmatrix.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/decoder/bitstream.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/decoder/decodeData/BitStream.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions dist/decoder/decodeData/index.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/decoder/decodeData/shiftJISTable.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/decoder/decodeqrdata.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/decoder/decoder.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions dist/decoder/reedsolomon/GenericGF.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions dist/decoder/reedsolomon/GenericGFPoly.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/decoder/reedsolomon/index.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions dist/decoder/version.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions dist/extractor/index.d.ts

This file was deleted.

18 changes: 0 additions & 18 deletions dist/index.d.ts

This file was deleted.

Loading

0 comments on commit 6d4f674

Please sign in to comment.