Skip to content

Commit

Permalink
chore: remove typings build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed May 31, 2024
1 parent 1fb9b7c commit 740168a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"test:example-esm-auto-loader": "node test/esm-lib/supports-auto-load.js not || (cd example-esm && npm i && npm run test-auto-loader)",
"test:smells": "bash ./test/require-smell-test.sh",
"test:ci": "npm test && npm run test:esm && npm run test:no-loader-esm && npm run test:esm-auto-loader && npm run style && npm run test:example && npm run test:example-esm && npm run test:example-esm-auto-loader && npm run test:smells",
"test:typings": "tsc",
"preversion": "git pull --rebase && npm run test:ci",
"postversion": "git push && git push --tags && npm publish"
},
Expand Down

0 comments on commit 740168a

Please sign in to comment.