Skip to content

Commit

Permalink
Revert 'prepare' to 'prepublish'
Browse files Browse the repository at this point in the history
Travis uses a so ancient version of npm that it doesn't support
'prepare', so we have to continue using 'prepublish' for now.
  • Loading branch information
CendioOssman committed Jan 11, 2019
1 parent 1ced568 commit 69a9fd6
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 @@ -21,7 +21,7 @@
"scripts": {
"lint": "eslint app core po tests utils",
"test": "karma start karma.conf.js",
"prepare": "node ./utils/use_require.js --as commonjs --clean"
"prepublish": "node ./utils/use_require.js --as commonjs --clean"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 69a9fd6

Please sign in to comment.