Skip to content

Commit

Permalink
Make remix-seo npm installable from GitHub
Browse files Browse the repository at this point in the history
Rename the "build" script to "prepare" so that it is run when
installing remix-seo with npm from GitHub.

Addresses balavishnuvj#11
  • Loading branch information
lpsinger committed Sep 18, 2023
1 parent 4fcaa11 commit bd1924c
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": "./build/index.js",
"private": false,
"scripts": {
"build": "tsc --project tsconfig.json",
"prepare": "tsc --project tsconfig.json",
"start": "tsc -w --project tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit bd1924c

Please sign in to comment.