Skip to content

Commit

Permalink
Merge b5fdc85 into d8bc41f
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-dspeed committed Sep 16, 2020
2 parents d8bc41f + b5fdc85 commit ff5c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"prettier": "prettier --write",
"lint": "tslint \"src/**/*\" --project tsconfig.json",
"format": "npm run prettier -- \"{.,src/**}/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json && echo '{\"type\":\"module\"}' > dist.es2015/package.json",
"specs": "jest --coverage",
"test": "npm run build && npm run lint && npm run specs && npm run size",
"size": "size-limit",
Expand Down

0 comments on commit ff5c94c

Please sign in to comment.