Skip to content

Commit

Permalink
npm run package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongho Nam committed Sep 9, 2020
1 parent b71fabd commit 47f6fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"api": "typedoc src --exclude \"**/+(test|benchmark)/**\" --excludeNotDocumented --plugin typedoc-plugin-external-module-name --plugin typedoc-plugin-exclude-references --out ../tstl@gh-pages/api",
"migration": "ts-node build/migration",
"benchmark": "node benchmark",
"build": "npm run clean && npm run module && npm run compile && npm run dist && npm run test",
"build": "npm run clean && npm run module && npm run compile && npm run test",
"clean": "ts-node build/clean",
"compile": "tsc",
"dev": "tsc --watch",
"module": "tsc --noEmit --module amd && tsc --noEmit --module system && tsc --noEmit --module umd && tsc --noEmit --module esnext",
"module:dev": "tsc --watch --noEmit --module esnext",
"package": "npm run build && ts-node build/dist && npm publish",
"package:next": "npm run dist -- --tag next",
"package": "npm run build && ts-node build/dist && cd dist && npm publish",
"package:next": "npm run package -- --tag next",
"test": "node dist/test",
"test:ts": "ts-node src/test"
},
Expand Down

0 comments on commit 47f6fb0

Please sign in to comment.