Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
prepublish -> prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaviu Matan Dragoste committed Oct 31, 2019
1 parent 4b6447d commit 983d46b
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 @@ -11,7 +11,7 @@
"build": "babel src --presets @babel/preset-env --out-dir dist",
"build-with-sourcemaps": "babel src --presets @babel/preset-env --out-dir dist --source-maps",
"precommit": "lint-staged",
"prepublish": "npm run build",
"prepare": "npm run build",
"test": "nyc --reporter=lcov ava test/unit/**.test.js --verbose",
"parse-tck": "babel-node test/helpers/tck/parseTck.js",
"test-tck": "nyc ava --fail-fast test/unit/filterTests.test.js",
Expand Down

0 comments on commit 983d46b

Please sign in to comment.