Browse Source

Update post-install

pull/1785/head
jlukic 9 years ago
parent
commit
12ae6221ff
1 changed files with 1 additions and 2 deletions
  1. 3
      package.json

3
package.json

@ -7,8 +7,7 @@
"author": "Jack Lukic <jack@semantic-ui.com>", "author": "Jack Lukic <jack@semantic-ui.com>",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "gulp test",
"postinstall": "gulp install"
"postinstall": "(cd node_modules/semantic-ui && exec gulp install)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save