Skip to content

Commit

Permalink
test: Use --target es5 in test:dist:types script (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Nov 13, 2021
1 parent 6b2b8f1 commit e315cf2
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 @@ -47,7 +47,7 @@
"test": "jest --config config/jest.config.js",
"test:browsers": "cd playground && npm test",
"test:dist": "npm run build:node && jest --config config/jest.config.js",
"test:dist:types": "tsc --allowJs --moduleResolution node --noEmit --target es2017 dist/index.js",
"test:dist:types": "tsc --allowJs --moduleResolution node --noEmit --target es5 dist/index.js",
"test:types": "tsc --noEmit",
"docs:install": "cd docs-slate && bundle install",
"docs:deploy": "cd docs-slate && ./deploy.sh",
Expand Down

0 comments on commit e315cf2

Please sign in to comment.