Skip to content

Commit

Permalink
Make static directory available when package is built
Browse files Browse the repository at this point in the history
* Make static directory available when package is built

* Bump version

Co-authored-by: Richard Pryce <[email protected]>
  • Loading branch information
richpryce and richpryce authored Jan 25, 2023
1 parent 475fef6 commit 74811c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": "",
Expand Down

0 comments on commit 74811c7

Please sign in to comment.