Skip to content

Commit

Permalink
build: rename prepublish to prepare, closes #120
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 7, 2020
1 parent a5242e1 commit a5dfe4c
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 @@ -7,7 +7,7 @@
"prettier:check": "prettier --check \"src/**/*.js\" \"test/**/*.js\"",
"prettier:write": "prettier --write \"src/**/*.js\" \"test/**/*.js\"",
"compile": "babel src --out-dir dist",
"prepublish": "npm run compile",
"prepare": "npm run compile",
"pretest-unit": "npm run compile",
"test": "npm run prettier:check && npm run test-unit",
"test-unit": "electron-mocha ./test --recursive --require @babel/register --timeout 60000 -R spec-xunit-file -r test/setup.js"
Expand Down

0 comments on commit a5dfe4c

Please sign in to comment.