Skip to content

Commit

Permalink
build: Automatically run css:build after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 2, 2018
1 parent 599ce44 commit 5f9ca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"copy": "cpy '**/*' '!scss/*' '!hgnm-2014/*' '!.gitignore' '!.sass-lint.yml' '!.travis.yml' '!install-dependencies.sh' '!node_modules/**/*' '!hgnm-2014.zip' '!ARCHITECTURE.md' '!*/README.md' 'hgnm-2014/' --parents --nodir",
"zip": "bestzip hgnm-2014.zip hgnm-2014/",
"clean": "rimraf hgnm-2014",
"postinstall": "./install-dependencies.sh"
"postinstall": "./install-dependencies.sh && npm run css:build"
},
"repository": "HGNM/hgnm-2014",
"keywords": [
Expand Down

0 comments on commit 5f9ca8d

Please sign in to comment.