simlink for windows

This commit is contained in:
Kyle Spearrin 2019-06-24 21:13:04 -04:00
parent b58363d43e
commit 9e0e90b5e6
2 changed files with 2 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit bc5a6e02c106dc87413f22b7c7cb0334c1fc6e88
Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734

View File

@ -21,6 +21,7 @@
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"clean": "rimraf dist/**/*",
"simlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"build": "webpack",
"build:watch": "webpack --watch",
"build:prod": "cross-env NODE_ENV=production webpack",