-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1dab95
commit 7b43413
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,20 +14,20 @@ | |
"dataviz" | ||
], | ||
"bin": { | ||
"sassgraphviz": "dist/cli.js", | ||
"sgv": "dist/cli.js" | ||
"sassgraphviz": "dist/src/cli.js", | ||
"sgv": "dist/src/cli.js" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "Nicolas Carlo <[email protected]>", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"postbuild": "chmod +x dist/cli.js && npm run copy-static-files", | ||
"copy-static-files": "copyup src/rendering/**/*.{js,css,pug,json} dist", | ||
"postbuild": "chmod +x dist/src/cli.js && npm run copy-static-files", | ||
"copy-static-files": "copyup src/rendering/**/*.{js,css,pug,json} dist/src", | ||
"build:watch": "npm run prebuild && tsc-watch --onSuccess \"npm run postbuild\"", | ||
"test": "jest", | ||
"prepare": "npm run build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters