Skip to content

Commit

Permalink
fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed May 23, 2021
1 parent 072cc35 commit 5f5c663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Fig Autocomplete Spec Linter",
"scripts": {
"dev": "\"$npm_execpath\" run build && source scripts/dev.sh",
"postinstall" : "\"$npm_execpath\" run build",
"test": "tsc --noEmit && echo 'All specs passed validation. You are ready to push!'",
"copy": "func() { mkdir -p ~/.fig/autocomplete/$(dirname ${1}.js); cp \"$(pwd)\"/specs/${1}.js ~/.fig/autocomplete/${1}.js; }; func",
"copy:all": "rsync -a --include '*/' --include '*.js' --exclude '*' $(pwd)/specs/ ~/.fig/autocomplete/",
Expand Down

0 comments on commit 5f5c663

Please sign in to comment.