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

Commit

Permalink
Merge pull request #2 from flazoon/feature-generate-query-for-interfa…
Browse files Browse the repository at this point in the history
…ce-types

prepublish -> prepare
  • Loading branch information
flazoon authored Oct 31, 2019
2 parents 8ae34d2 + 983d46b commit e74d293
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 e74d293

Please sign in to comment.