mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-02-07 16:44:17 +00:00
In build scripts, use local rimraf package
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "main.js",
|
||||
"typings": "main.d.ts",
|
||||
"scripts": {
|
||||
"prepublish": "rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"redux-typed\"'",
|
||||
"prepublish": "node node_modules/.bin/rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"redux-typed\"'",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
|
||||
Reference in New Issue
Block a user