Repair package.json npx invocation

This commit is contained in:
Tony Garnock-Jones 2021-01-20 00:55:52 +01:00
parent d8099fa07a
commit 94d05a37ca
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"prepare": "npm run compile && npm run rollup",
"compile": "../../bin/syndicate-tsc.js",
"compile": "npx syndicate-tsc",
"rollup": "npx rollup -c",
"clean": "rm -rf lib/ index.js index.js.map"
},