Skip to content

Commit

Permalink
Update symlink script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 4, 2021
1 parent 3f7a055 commit 125a82d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"license": "MIT",
"repository": "https://github.com/sulu/skeleton.git",
"scripts": {
"preinstall": "npx symlink-dir ../../vendor node_modules/@sulu/vendor",
"preinstall": "node ../../vendor/sulu/sulu/preinstall.js",
"build": "webpack --mode production",
"watch": "webpack --mode development -w",
"postinstall": "npx symlink-dir ../../vendor node_modules/@sulu/vendor"
"postinstall": "node ../../vendor/sulu/sulu/postinstall.js"
},
"dependencies": {
"mobx": "^4.0.0",
Expand Down Expand Up @@ -54,7 +54,6 @@
"postcss-simple-vars": "^5.0.2",
"raw-loader": "^4.0.0",
"regenerator-runtime": "^0.13.3",
"symlink-dir": "^4.1.0",
"webpack": "^4.20.2",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "^3.1.1",
Expand Down

0 comments on commit 125a82d

Please sign in to comment.