Skip to content

Commit

Permalink
chore(npm): update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jun 30, 2021
1 parent 762b006 commit dabf173
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 @@ -20,10 +20,10 @@
"js:cjs": "BABEL_ENV=cjs babel src -d lib --extensions '.ts,.tsx'",
"js:esm": "BABEL_ENV=esm babel src -d es --extensions '.ts,.tsx'",
"build:types": "tsc -p tsconfig.build.json",
"build": "npm run js:cjs && npm run js:esm && npm run build:types && npm run copy:less",
"build:css": "lessc src/styles/index.less dist/index.css && npm run prefix",
"build": "npm run js:cjs && npm run js:esm && npm run build:types",
"build:css": "lessc src/styles/index.less dist/index.css && npm run prefix && npm run copy:less",
"build:umd": "BABEL_ENV=umd rollup -c && npm run build:css",
"prepublishOnly": "npm run build & npm run build:umd",
"prepublishOnly": "npm run build && npm run build:umd",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit dabf173

Please sign in to comment.