Skip to content

Commit

Permalink
Reverting build script back to what it should be.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Sep 26, 2019
1 parent f7c1aa8 commit 5899bbb
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 @@ -5,7 +5,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "lamington build",
"build": "npm run clean && tsc && npm run copy:scripts",
"check:types": "tsc --noEmit",
"copy:scripts": "cp -r ./src/scripts/ ./lib/scripts/",
"clean": "rm -rf ./lib",
Expand Down

0 comments on commit 5899bbb

Please sign in to comment.