refactor(pkg): order tasks
This commit is contained in:
+5
-5
@@ -14,16 +14,16 @@
|
||||
"start": "rollup -w -c",
|
||||
"start:examples": "rollup -c rollup.examples.js -w",
|
||||
"build:examples": "rollup -c rollup.examples.js --environment NODE_ENV:production",
|
||||
"start:testserver": "npm run build && rollup -c rollup.examples.js -w --environment NODE_ENV:testing",
|
||||
"dev": "npm run start:examples",
|
||||
"start:testserver": "npm run build && rollup -c rollup.examples.js -w --environment NODE_ENV:testing",
|
||||
"build:dev": "npm i --legacy-deps && npm run build:examples",
|
||||
"dev:wait": "start-server-and-test start:testserver http-get://localhost:3000",
|
||||
"build:dev": "npm install --legacy-peer-deps && npm run build && npm run build:examples",
|
||||
"cy:open": "cypress open",
|
||||
"cypress": "npm run dev:wait cy:open",
|
||||
"test": "npm run dev:wait test:chrome",
|
||||
"test:chrome": "cypress run --browser chrome --headless",
|
||||
"test:firefox": "cypress run --browser firefox",
|
||||
"test:all": "npm run test:chrome && npm run test:firefox",
|
||||
"test": "npm run dev:wait test:chrome",
|
||||
"cypress": "npm run dev:wait cy:open",
|
||||
"cy:open": "cypress open",
|
||||
"release": "npm run test && release-it",
|
||||
"release:notest": "release-it",
|
||||
"release:next": "release-it --preRelease=next"
|
||||
|
||||
Reference in New Issue
Block a user