diff --git a/package.json b/package.json index 531ab04..6d938f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/pluto-headers", - "version": "2.0.1", + "version": "2.0.4", "description": "Header components for pluto", "repository": "git://github.com/guardian/pluto-headers", "main": "build/index", @@ -11,7 +11,7 @@ ], "scripts": { "test": "jest --verbose", - "build": "rm -rf build && rollup -c", + "build": "rm -rf build && rollup -c && mkdir build/static && cp src/static/* build/static/", "update-interfaces": "ts-interface-builder src/utils/OAuthConfiguration.ts" }, "author": "",