Skip to content

Commit 754866f

Browse files
authored
Merge pull request #32 from blocknative/feature/remove-prepare-script
Remove prepare script
2 parents 710d353 + 26bbfa1 commit 754866f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"svelte-i18n": "^1.1.2-beta"
4141
},
4242
"scripts": {
43-
"prepare": "rollup -c",
44-
"build": "npm run prepare",
43+
"build": "rollup -c",
4544
"test": "echo \"TBD\" && exit 0"
4645
}
4746
}

0 commit comments

Comments
 (0)