Experimenting with FuseBox

This commit is contained in:
Asher
2019-01-11 11:50:54 -06:00
committed by Kyle Carberry
parent 3ec40f49bf
commit 7cfeef36a8
5 changed files with 35 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
"vscode": "npm-run-all vscode:*",
"packages:install": "cd ./packages && yarn",
"postinstall": "npm-run-all --parallel vscode packages:install",
"start": "webpack-dev-server --config ./webpack.config.app.js",
"start": "node fuse.js",
"test": "cd ./packages && yarn test"
},
"devDependencies": {