Skip to content

Commit

Permalink
fix: prepare gatsby-theme-core to be used in apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Nov 25, 2020
1 parent 4cb53ee commit 09b4f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/npm/@amazeelabs/gatsby-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
"prepare": "tsc -p ./",
"postinstall": "prepare",
"test": "is-ci test:ci test:watch",
"test:ci": "jest",
"test:watch": "jest --watch"
Expand Down

0 comments on commit 09b4f3d

Please sign in to comment.