Skip to content

Commit

Permalink
fix(build): generate missing build for published version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Nov 22, 2017
1 parent 0ec6bc3 commit ec54d58
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 @@ -38,7 +38,7 @@
"test": "karma start",
"test:chrome": "npm test -- --browsers Chrome",
"test:firefox": "npm test -- --browsers Firefox",
"test:travis": "npm test -- -- travis",
"test:travis": "npm run build && npm test -- -- travis",
"test:debug": "npm test -- -- debug",
"proto": "pbjs -t static-module -w es6 --no-verify --no-delimited --no-convert src/proto/index.proto -o src/proto/index.es6.js && pbts src/proto/index.es6.js -o src/proto/index.d.ts",
"postproto": "rollup -c rollup.config.proto.js && rm src/proto/index.es6.js",
Expand Down

0 comments on commit ec54d58

Please sign in to comment.